From f262b41c7002e9b36caa982a5e57516ba8151844 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Tue, 13 Apr 2021 14:54:09 +0200 Subject: [PATCH] remove needs from setup-openappstack because otherwise it skips enable-apps --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51f5781c3..9b8b78366 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -352,8 +352,6 @@ test-dns: setup-openappstack: stage: setup-cluster - needs: - - job: create-vps script: - *debug_information # Copy inventory files to ansible folder for use in install-apps step -- GitLab