This commit is contained in:
Clemens Wolff 2017-06-14 15:56:03 +02:00
Родитель ed93780254
Коммит 1ce33ed78c
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -26,11 +26,6 @@ ensure_preconditions_met() {
log "but this pull request is from '${TRAVIS_PULL_REQUEST BRANCH}' to '${TRAVIS_BRANCH}'"
exit 0
fi
if git show HEAD | grep -q "Author: ${AUTOCOMMIT_NAME} <${AUTOCOMMIT_EMAIL}>"; then
log "Skipping creation of production build"
log "Last commit already included a new production build"
exit 0
fi
if [ -z "${GITHUB_TOKEN}" ]; then
log "GITHUB_TOKEN not set: won't be able to push production build"
log "Please configure the token in .travis.yml or the Travis UI"