Skip to content

Commit

Permalink
Fix repo mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed Aug 6, 2016
1 parent e6e24c3 commit 1c9024a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deploy_hpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "$SOURCE_BRANCH" ]
fi

# Save some useful information
REPO=`git config remote.origin.url`
REPO="git@github.com:snapframework/snap-code-coverage"
REPO="git@github.com:snapframework/snap-code-coverage.git"
SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:}
SHA=`git rev-parse --verify HEAD`

echo REPO: $REPO
echo SSH_REPO: $SSH_REPO
echo SHA: $SHA

# Clone the existing gh-pages for this repo into $OUT/
# Create a new empty branch if gh-pages doesn't exist yet (should only happen on first deply)
git clone $REPO $OUT
Expand Down

0 comments on commit 1c9024a

Please sign in to comment.