Skip to content

Commit

Permalink
fix: only key
Browse files Browse the repository at this point in the history
  • Loading branch information
jackd248 committed Nov 27, 2024
1 parent 8de58c7 commit e225df6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/deploy-feature-stop-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# XIMA Deployer Tools
#
deploy:feature:stop:downstream:
only:
- pipelines
extends:
- .ssh
- .base-deploy
Expand All @@ -17,6 +15,7 @@ deploy:feature:stop:downstream:
when: never
- if: '$CI_COMMIT_TAG != null'
when: never
- if: '$CI_PIPELINE_SOURCE == "pipeline"'
dependencies: [ ]
variables:
DEPLOYER_CONFIG_DATABASE_PASSWORD: $DB_PASSWORD_STAGE
Expand Down

0 comments on commit e225df6

Please sign in to comment.