Skip to content
Snippets Groups Projects
Commit 2d1c3f4a authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'fixVarTest' into 'master'

check emptyness of GO_TEST_IMAGE

Closes #34

See merge request to-be-continuous/golang!65
parents e5957b0e 0df50956
No related branches found
No related tags found
No related merge requests found
......@@ -512,7 +512,7 @@ go-test:
- "$GO_PROJECT_DIR/reports/go-coverage.*"
rules:
# if $GO_TEST_IMAGE set
- if: '$GO_TEST_IMAGE == null'
- if: '$GO_TEST_IMAGE == ""'
when: never
- !reference [.test-policy, rules]
......@@ -540,7 +540,7 @@ go-build-test:
- "$GO_PROJECT_DIR/reports/go-coverage.*"
rules:
# if $GO_TEST_IMAGE not set
- if: '$GO_TEST_IMAGE == null'
- if: '$GO_TEST_IMAGE == ""'
go-ci-lint:
extends: .go-base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment