Add GIT_STRATEGY: none to cleanup_feature job

This commit is contained in:
Mondo Diaz
2026-01-14 12:55:38 -06:00
parent 2f3c44b58e
commit 179503c68b
2 changed files with 4 additions and 6 deletions

View File

@@ -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: