Skip to content

Commit

Permalink
refactor: except handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jackd248 committed Nov 13, 2024
1 parent ed42d3a commit d29d002
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions deploy/deploy-feature-stop-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ deploy:feature:stop:downstream:
- .base-deploy
- .base-deploy-feature
- .feature-branches
except:
- schedules
- tags
dependencies: [ ]
variables:
DEPLOYER_CONFIG_DATABASE_PASSWORD: $DB_PASSWORD_STAGE
Expand Down
3 changes: 0 additions & 3 deletions deploy/deploy-feature-stop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ deploy:feature:stop:
extends:
- .base-deploy-feature
- .feature-branches
except:
- schedules
- pipelines
dependencies: [ ]
script:
# trigger downstream pipeline
Expand Down
4 changes: 0 additions & 4 deletions sync/sync-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ sync:feature:
- .ssh
- .base-deploy-feature
- .feature-branches
except:
- schedules
- pipelines
- main
dependencies: [ ]
variables:
GIT_STRATEGY: fetch
Expand Down

0 comments on commit d29d002

Please sign in to comment.