Skip to content

Commit

Permalink
Changed REPO_NAME to full url
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 17, 2017
1 parent 973ff8b commit d10948a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ SHA=`git rev-parse --verify HEAD`

cd $SRC_DIR

REPO_NAME=`git config remote.origin.url`
REPO_NAME=${REPO_NAME#https://}
REPO_NAME=$(basename `git config remote.origin.url`)

# Now let's go have some fun with the cloned repo
git config user.name "Travis"
Expand Down

0 comments on commit d10948a

Please sign in to comment.