Skip to content
Snippets Groups Projects
Commit d1e09284 authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Merge branch 'fix-pipelines' into 'main'

Fix pipeline failures

See merge request gitlab-org/ci-cd/docker-machine!88
parents 81548ec5 6403028e
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
sshfs \ sshfs \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN go get golang.org/x/lint/golint \ RUN GO111MODULE=on go get golang.org/x/lint/golint \
golang.org/x/tools/cover golang.org/x/tools/cover
ENV USER root ENV USER root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment