Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 84f06a0

Browse files
committed
update needs
1 parent de36d94 commit 84f06a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ Deploy tag to staging:
367367
extends:
368368
- .rules:semver-all
369369
- .saltbert
370+
needs: ["Update staging salt config"]
370371
when: manual
371372
variables:
372373
SALTBERT_ORCHESTRATION: cbur.ballerup.staging
@@ -392,7 +393,7 @@ Deploy tag to production:
392393
extends:
393394
- .rules:semver-core
394395
- .saltbert
395-
needs: ["Release master"]
396+
needs: ["Update production salt config"]
396397
when: manual
397398
variables:
398399
SALTBERT_ORCHESTRATION: cbur.ballerup.production

0 commit comments

Comments
 (0)