From 74567edd7c40368966adb5f4c7e2607a1bbc563b Mon Sep 17 00:00:00 2001 From: DanVanAtta Date: Sun, 1 Sep 2019 18:12:58 -0700 Subject: [PATCH] wip --- .travis/run_optipng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/run_optipng b/.travis/run_optipng index 6e1cbb9..76c77d3 100755 --- a/.travis/run_optipng +++ b/.travis/run_optipng @@ -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