mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-04 13:15:24 +00:00
Merge branch 'speed-up-feature-branch-ci-by-disabling-final-builds' into 'develop'
We don't need to build these final prod variants of the images on feature branches. See merge request baserow/baserow!1700
This commit is contained in:
commit
bce46fe53d
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