Skip to content

Commit

Permalink
ci: remove manual rule for deploy_* jobs
Browse files Browse the repository at this point in the history
it prevents merging MRs lmao
  • Loading branch information
ewen-lbh committed Nov 13, 2024
1 parent 3e47614 commit 2f642ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/docker.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ deploy_api:
stage: deploy
rules:
- if: $CI_COMMIT_TAG =~ /^@churros\/api@(\d+\.\d+\.\d+)/
- when: manual
script:
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/@churros\/api@//')
- |
Expand All @@ -50,7 +49,6 @@ deploy_app:
SENTRY_PROJECT: app
rules:
- if: $CI_COMMIT_TAG =~ /^@churros\/app@(\d+\.\d+\.\d+)/
- when: manual
script:
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/@churros\/app@//')
- |
Expand All @@ -69,7 +67,6 @@ deploy_sync:
stage: deploy
rules:
- if: $CI_COMMIT_TAG =~ /^@churros\/sync@(\d+\.\d+\.\d+)/
- when: manual
script:
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/@churros\/sync@//')
- |
Expand Down

0 comments on commit 2f642ed

Please sign in to comment.