mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-04 21:25:24 +00:00
We don't need to build these final prod variants of the images on feature branches.
This commit is contained in:
parent
b531ed4659
commit
33980350d6
1 changed files with 6 additions and 0 deletions
|
@ -171,6 +171,12 @@
|
|||
- pipelines
|
||||
# When a pipeline is triggered by a git commit tag we don't want to rebuild.
|
||||
- tags
|
||||
only:
|
||||
variables:
|
||||
- $CI_COMMIT_BRANCH == $MASTER_BRANCH_NAME
|
||||
- $CI_COMMIT_BRANCH == $DEVELOP_BRANCH_NAME
|
||||
- $BUILD_ALL_IN_ONE == "true"
|
||||
- $CI_COMMIT_MESSAGE =~ /\[build-all]/
|
||||
services:
|
||||
- name: $CI_DIND_IMAGE
|
||||
alias: docker
|
||||
|
|
Loading…
Add table
Reference in a new issue