Skip to content

Commit

Permalink
Encrype from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Nov 26, 2015
1 parent ff0f902 commit ebef411
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ env:
install: curl -sSL https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.sh
| sh && source ~/.dnx/dnvm/dnvm.sh && dnvm upgrade
before_script:
- chmod +x build.sh
- chmod +x build.sh
script:
- ". ./build.sh"
- ". ./build.sh"
deploy:
provider: releases
api_key:
Expand All @@ -33,7 +33,10 @@ after_deploy: |
git push origin $BRANCH_NAME
curl -X POST -H 'Authorization: token $GITHUB_API_TOKEN -d '{"title":"Upgrade to OmniSharp/omnisharp-roslyn $TRAVIS_TAG","body":"*Automated PR*\n\Upgrade omnisharp-roslyn to $TRAVIS_TAG. [release patch]","head":"$BRANCH_NAME","base":"master"} https://api.github.com/repos/OmniSharp/omnisharp-node-client/pulls'
before_install:
- openssl aes-256-cbc -K $encrypted_e2a4fd9ff260_key -iv $encrypted_e2a4fd9ff260_iv -in travis_rsa.enc -out ~/.ssh/id_rsa -d
- chmod 600 ~/.ssh/id_rsa
- eval `ssh-agent -s`
- ssh-add ~/.ssh/id_rsa
- openssl aes-256-cbc -K $encrypted_e2a4fd9ff260_key -iv $encrypted_e2a4fd9ff260_iv
-in travis_rsa.enc -out C:\\Users\\David\\OneDrive\\OmniSharp\\travis_rsa -d
- openssl aes-256-cbc -K $encrypted_e2a4fd9ff260_key -iv $encrypted_e2a4fd9ff260_iv
-in travis_rsa.enc -out ~/.ssh/id_rsa -d
- chmod 600 ~/.ssh/id_rsa
- eval `ssh-agent -s`
- ssh-add ~/.ssh/id_rsa
Binary file added travis_rsa.enc
Binary file not shown.

0 comments on commit ebef411

Please sign in to comment.