Add GIT_STRATEGY: none to cleanup_feature job
This commit is contained in:
@@ -33,10 +33,6 @@ kics:
|
||||
hadolint:
|
||||
allow_failure: true
|
||||
|
||||
# secrets job - allow failure due to gitleaks false positive on s3_key attribute
|
||||
secrets:
|
||||
allow_failure: true
|
||||
|
||||
# Post-deployment integration tests template
|
||||
.integration_test_template: &integration_test_template
|
||||
stage: deploy # Runs in deploy stage, but after deployment due to 'needs'
|
||||
@@ -309,6 +305,7 @@ cleanup_feature:
|
||||
needs: []
|
||||
variables:
|
||||
NAMESPACE: orch-dev-namespace
|
||||
GIT_STRATEGY: none # No source needed, branch may be deleted
|
||||
before_script:
|
||||
- kubectl config use-context esv/bsf/bsf-integration/orchard/orchard-mvp:orchard
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user