Files
30-seconds-of-code/.travis/forcepush.sh
2018-10-05 14:34:25 +02:00

4 lines
170 B
Bash

if [[ $TRAVIS_COMMIT_MESSAGE == *"--force-build"* ]];
then echo -e "\e[95mFORCE-DEPLOY: Deploying to Repository" && chmod +x .travis/push.sh && ./.travis/push.sh;
fi