Skip to content

Commit

Permalink
Merge branch 'next-34932/fix-ci-build-in-saas-branches' into 'trunk'
Browse files Browse the repository at this point in the history
NEXT-34932 - Fix ci build in saas branches

See merge request shopware/6/product/platform!13571

(cherry picked from commit 222025b)

907996c NEXT-34932 - Fix ci build in saas branches
  • Loading branch information
pweyck authored and philipreinken committed Apr 18, 2024
1 parent f6c2875 commit b729cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/stages/11-build.yml
Expand Up @@ -159,7 +159,7 @@ build image:
variables:
GIT_STRATEGY: none
rules:
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_REF_PROTECTED == "true"'
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_REF_PROTECTED == "true" && $CI_COMMIT_BRANCH !~ /^saas\/.*/'
variables:
EXTRA_DEV_BUILD_TAGS: "${CI_COMMIT_BRANCH}"
- when: always
Expand Down

0 comments on commit b729cf9

Please sign in to comment.