Skip to content

Commit adc1e8f

Browse files
committed
feat: exclude deploy on prod with debug on
1 parent 0bb3a60 commit adc1e8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

{% if from_ccsteam %}.gitlab-ci.yml{% endif %}.jinja

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ deploy.botsprod:
181181
only:
182182
# Note the bots-prod worker requires branch to be protected
183183
- master
184+
except:
185+
variables:
186+
- $DEBUG
184187
when: manual
185188
environment:
186189
name: production

0 commit comments

Comments
 (0)