Skip to content
Snippets Groups Projects
Commit 70211bc6 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix artefact cascade for NG deployments

parent 0fbca817
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment