From 70211bc6203779550f4acfc317370d3ceacddfda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Haas?= <juergen.haas@lakedrops.com> Date: Sun, 24 Apr 2022 16:37:52 +0200 Subject: [PATCH] Fix artefact cascade for NG deployments --- test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-and-deploy.yml b/test-and-deploy.yml index 9ba5e33..7e62f4c 100644 --- a/test-and-deploy.yml +++ b/test-and-deploy.yml @@ -80,7 +80,6 @@ Debug: - web/**/.git/**/* .artifact_paths_prod_ng: &artifact_paths_prod_ng - <<: *artifact_paths_prod paths: - settings/ - docker-compose.yml @@ -428,6 +427,7 @@ Debug: when: never - if: '$DISABLE_DEPLOYMENT_LOCAL != "1"' dependencies: + - 'Build Prod Site' - 'Build Prod Site NG' - 'Build Theme' -- GitLab