This commit is contained in:
Rohit Tanwar
2018-01-16 17:59:22 +05:30
parent 1036a08e48
commit 1403fd1fb3

View File

@ -10,13 +10,6 @@ commit_website_files() {
git status
git add -A
git status
if [ $TRAVIS_EVENT_TYPE == "cron" ]; then
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER [cron]"
elif [ $TRAVIS_EVENT_TYPE == "api" ]; then
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER [custom]"
else
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER"
fi
fi
fi
}