We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e52de9 commit 59199a1Copy full SHA for 59199a1
.gitlab_ci/build.yml
@@ -3,6 +3,7 @@ build-test:
3
stage: build
4
variables:
5
DOCKER_IMAGE_NAME: $CI_PROJECT_NAME-test
6
+ DOCKER_TARGET: dev
7
rules:
8
# We run the pipeline only on merge requests or the `main` branch
9
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
0 commit comments