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 5594e82 commit 8949d41Copy full SHA for 8949d41
.gitlab-ci.yml
@@ -5,6 +5,7 @@ stages:
5
variables:
6
DOCKER_HOST: tcp://docker:2375
7
DOCKER_BASE_IMAGE: $CI_REGISTRY_GO/haproxy-alpine
8
+ BATS_VERSION: v1.4.1
9
10
golangci-lint:
11
stage: lint
@@ -65,7 +66,8 @@ build:
65
66
tags:
67
- go
68
before_script:
- - apk add git bash curl jq bats
69
+ - apk add git bash curl jq git
70
+ - git clone https://github.com/bats-core/bats-core.git && cd bats-core && git checkout $BATS_VERSION && ./install.sh /usr/local && cd ..
71
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
72
script:
73
- bash -x ./e2e/run.bash
0 commit comments