summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ebf6cd62..54d30a68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ stages:
- runway_production
variables:
+ CHANGE_LOCK_OVERRIDE: true
CONTAINER_IMAGE_COMMIT: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
include:
@@ -17,8 +18,6 @@ include:
runway_service_id: authzd
image: "$CONTAINER_IMAGE_COMMIT"
runway_version: v3.61.5
- variables:
- CHANGE_LOCK_OVERRIDE: true
build image:
image: docker:28