From e9cf52ae8017762cb923a7c719fb32251a4913c4 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 25 Oct 2018 14:50:15 +0200 Subject: [PATCH] fix yaml --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ba88ca3..d8551c1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,8 +76,7 @@ deploy stage beta: stage: deploy variables: GIT_STRATEGY: none - when: - - manual + when: manual dependencies: - build beta script: @@ -91,8 +90,7 @@ deploy stage stable: stage: deploy variables: GIT_STRATEGY: none - when: - - manual + when: manual dependencies: - build stable script: