Skip to content
Snippets Groups Projects
Commit 9c277828 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: go-build rule when build & test are run separately

parent ef4a6a24
No related branches found
No related tags found
No related merge requests found
...@@ -514,7 +514,7 @@ go-build: ...@@ -514,7 +514,7 @@ go-build:
- $GO_PROJECT_DIR/bin/ - $GO_PROJECT_DIR/bin/
rules: rules:
# if $GO_TEST_IMAGE set # if $GO_TEST_IMAGE set
- if: '$GO_TEST_IMAGE' - if: '$GO_TEST_IMAGE != ""'
go-test: go-test:
extends: .go-base extends: .go-base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment