Skip to content

Commit

Permalink
chore(build): fix build-artifacts script
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Mar 14, 2017
1 parent ecc6e51 commit f270078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/release/publish-build-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ git config user.name "$commitAuthorName"
git config user.email "$commitAuthorEmail"
git config credential.helper "store --file=.git/credentials"

echo https://${FLEX_LAYOUT_BUILDS_TOKEN}:@github.com" > .git/credentials
echo "https://${FLEX_LAYOUT_BUILDS_TOKEN}:@github.com" > .git/credentials

git add -A
git commit -m "$commitMessage"
Expand Down

0 comments on commit f270078

Please sign in to comment.