1
0
Fork 0
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 
This commit is contained in:
Nigel Gott 2023-09-25 09:35:08 +00:00
commit bce46fe53d

View file

@ -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