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 74a8782 commit 25761f9Copy full SHA for 25761f9
.gitlab-ci.yml
@@ -58,7 +58,7 @@ test_e2e:
58
DOCKER_HOST: tcp://docker:2375
59
60
before_script:
61
- - apk --update add docker-cli-buildx make gcc musl-dev bash
+ - apk --update add docker-cli-buildx make bash gcc musl-dev
62
- (cd /go; go install github.com/boumenot/[email protected])
63
- docker info
64
- echo "$CI_JOB_TOKEN" | docker login --username gitlab-ci-token --password-stdin "$CI_REGISTRY"
0 commit comments