From d859bd203a57d6e8e28bce1ced2fb87a98c2e0c5 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 14 May 2019 14:54:02 +0100 Subject: [PATCH] Prevent choco pack until win32 build finished --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 224c4bce..33be43d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,8 @@ package-win32-exe: # Create a nupkg file for Choco package manager package-win32-choco: stage: build + dependencies: + - package-win32-exe image: patrickhuber/choco-linux script: - chmod +x ./app/make-nupkg.sh