Skip to content

Commit

Permalink
Updated travis_rsa
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Nov 27, 2015
1 parent 87532a7 commit 22dd471
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ after_deploy: |
BRANCH_NAME="upgrade/omnisharp-roslyn-$TRAVIS_TAG"
git config user.name "OmniSharp Bot"
git config user.email "[email protected]"
mkdir omnisharp-node-client
pushd omnisharp-node-client
mkdir ~/omnisharp-node-client
pushd ~/omnisharp-node-client
git clone [email protected]:OmniSharp/omnisharp-node-client.git
git checkout -b $BRANCH_NAME
cat package.json > package2.json
Expand All @@ -32,8 +32,8 @@ after_deploy: |
git commit -m "Update omnisharp-roslyn to $TRAVIS_TAG"
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 des3 -k $OPENSSL_PASSKEY -in travis_rsa.enc -out ~/.ssh/id_rsa -d
before_install:
- openssl enc -aes-256-cbc -a -salt -in travis_rsa.enc -out ~/.ssh/id_rsa -pass pass:$OPENSSL_PASSKEY -d
- chmod 600 ~/.ssh/id_rsa
- eval `ssh-agent -s`
- ssh-add ~/.ssh/id_rsa
Binary file modified travis_rsa.enc
Binary file not shown.

0 comments on commit 22dd471

Please sign in to comment.