Skip to content

Commit d05d155

Browse files
committed
Runner helper no longer required for Gitlab CI
1 parent 0e2c27e commit d05d155

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ci/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
FROM skilldlabs/docker-phpcs-drupal:latest
22

3-
RUN apk add --no-cache git \
4-
&& curl -o /usr/bin/gitlab-ci-multi-runner https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/binaries/gitlab-ci-multi-runner-linux-amd64 \
5-
&& chmod +x /usr/bin/gitlab-ci-multi-runner \
6-
&& ln -s /usr/bin/gitlab-ci-multi-runner /usr/bin/gitlab-runner \
7-
&& ln -s /usr/bin/gitlab-ci-multi-runner /usr/bin/gitlab-runner-helper
3+
RUN apk add --no-cache --update git

0 commit comments

Comments
 (0)