From aba602706d147278da6a0ee84abc8c489ccf684e Mon Sep 17 00:00:00 2001 From: Crementif Date: Mon, 21 May 2018 01:09:42 +0200 Subject: [PATCH] Make common build 'draft' to prevent issues while building It doesn't change the draft status though because there's some flaw. Need to make a workaround to fix that, hopefully. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b44788ab..1f1ca2b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,4 +59,5 @@ after_success: --tag="Travis$TRAVIS_BUILD_NUMBER" \ --name="Graphic Packs: version $TRAVIS_BUILD_NUMBER" \ --body="$(git log -1 --format='Commited at %ci by **%cn** in commit %h%n### %s%n```%n%b%n```')" \ + $([ "$buildType" = "Common" ] && echo "--draft" || echo "") \ "graphicPacks$buildType""_$TRAVIS_BUILD_NUMBER"".zip"