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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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