Skip to content

Commit

Permalink
fix(gitlab): use kapp to apply the restore container job (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Aug 24, 2021
1 parent 6c70cb8 commit 5721607
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Release:
🛎️ Generate sitemap (prod => preprod):
extends:
- .generate_sitemap
needs:
needs:
- job: 🛎️ ingester-elasticsearch (prod => es preprod)
rules:
- if: $TRIGGER == "UPDATE_PREPROD"
Expand All @@ -221,7 +221,7 @@ Release:
🎉 Generate sitemap (prod => prod):
extends:
- .generate_sitemap
needs:
needs:
- job: 🎉 ingester-elasticsearch (prod => es prod)
rules:
- if: $TRIGGER == "UPDATE_PROD"
Expand All @@ -247,8 +247,8 @@ Release:
- if: $TRIGGER == "UPDATE_PREPROD"
environment:
name: ${AUTO_DEVOPS_PROD_ENVIRONMENT_NAME}
variables:
# kosko options
variables:
# kosko options
KOSKO_GENERATE_ARGS: --env prod jobs/restore/container


Expand All @@ -262,6 +262,7 @@ Release:
allow_failure: true
rules:
- if: $TRIGGER == "UPDATE_PROD"
variables:
variables:
AUTO_DEVOPS_ENABLE_KAPP: "🕹️"
# kosko options
KOSKO_GENERATE_ARGS: --env prod jobs/restore/container

0 comments on commit 5721607

Please sign in to comment.