Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta committed Sep 2, 2019
1 parent 0aefc39 commit 74567ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/run_optipng
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set -e
## If any files are changed, we'll commit them here
## If we commit and push, that will trigger a new build.
## If we trigger a new build, terminate the current build so we avoid deploying artifacts
git commit . -m "Apply optipng compression on all png files" &&
git commit . -m "Apply optipng compression on all png files" && \
(
git remote add repo "https://${BOT_AUTH_TOKEN}@github.com/DanVanAtta/test.git" &> /dev/null
git push --quiet --set-upstream repo master
Expand Down

0 comments on commit 74567ed

Please sign in to comment.