From 839d1488571623413aad7ba2019c0437a4f980c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa?= Date: Sun, 4 Nov 2018 12:53:17 +0100 Subject: decouple nightly cron jobs from packaging stage (#4559) * decouple nightly cron jobs from packaging stage * do not fail when there is no new changelog --- .travis/generate_changelog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis') diff --git a/.travis/generate_changelog.sh b/.travis/generate_changelog.sh index bc8be1023b..786bd011f3 100755 --- a/.travis/generate_changelog.sh +++ b/.travis/generate_changelog.sh @@ -32,5 +32,5 @@ docker run -it -v "$(pwd)":/project markmandel/github-changelog-generator:latest echo "--- Uploading changelog ---" git add CHANGELOG.md -git commit -m '[ci skip] Automatic changelog update' +git commit -m '[ci skip] Automatic changelog update' || exit 0 git push "https://${GITHUB_TOKEN}:@$(git config --get remote.origin.url | sed -e 's/^https:\/\///')" -- cgit v1.2.3