1
0
Fork 0
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:
Nigel Gott 2023-09-21 11:06:56 +01:00
parent b531ed4659
commit 33980350d6

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