mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-14 09:08:32 +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
|
- pipelines
|
||||||
# When a pipeline is triggered by a git commit tag we don't want to rebuild.
|
# When a pipeline is triggered by a git commit tag we don't want to rebuild.
|
||||||
- tags
|
- 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:
|
services:
|
||||||
- name: $CI_DIND_IMAGE
|
- name: $CI_DIND_IMAGE
|
||||||
alias: docker
|
alias: docker
|
||||||
|
|
Loading…
Add table
Reference in a new issue