From f9d1378934e506f6d042c507c620a705994cc53c Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Fri, 29 Jan 2021 15:37:52 +0000 Subject: [PATCH] make deploy stage dependent on build --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3545bb..0f257c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,8 @@ build: BUTLER_KEY_FILE: "$HOME/Library/Application\ Support/itch/butler-creds" script: - butler push $BUILD_DIR $ITCH_USER/$ITCH_GAME:$ITCH_TRACK + dependencies: + - build deploy-dev: <<: *deploy