Skip to content

Commit bc84263

Browse files
committed
feat: exclude deploy on prod with debug on
1 parent 7a3e1a7 commit bc84263

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitlab-ci.yml.jinja

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ deploy.botsprod:
160160
only:
161161
# Note the bots-prod worker requires branch to be protected
162162
- master
163+
except:
164+
variables:
165+
- $DEBUG =~ /^(?i)true$/
163166
when: manual
164167
environment:
165168
name: production

0 commit comments

Comments
 (0)