Skip to content

Commit

Permalink
Try other syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Desvé committed Dec 16, 2013
1 parent 00bcaf5 commit 6063c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ then
yo footguard --no-insight

git add --all && git commit -m "ref to build $TRAVIS_BUILD_ID"
git push -fq https://$(GH_USER):$(GH_PASSWORD)@github.com/mazerte/test-footguard master > /dev/null
git push -fq https://$GH_USER:$GH_PASSWORD@github.com/mazerte/test-footguard master > /dev/null
else
echo "Do nothing"
fi

0 comments on commit 6063c8d

Please sign in to comment.