-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated travis to clone first as questions later
- Loading branch information
1 parent
5930d7b
commit be9956b
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +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 | ||
git clone [email protected]:OmniSharp/omnisharp-node-client.git | ||
git clone [email protected]:OmniSharp/omnisharp-node-client.git ~/omnisharp-node-client | ||
pushd ~/omnisharp-node-client | ||
git checkout -b $BRANCH_NAME | ||
cat package.json > package2.json | ||
cat package2.json | jq '."omnisharp-roslyn"="$TRAVIS_TAG"' > package.json | ||
|