Skip to content

Commit

Permalink
Merge pull request #665 from oldgiova/avoid-docker-runner
Browse files Browse the repository at this point in the history
ci: not using custom mtu with self-hosted
  • Loading branch information
lluiscampos authored May 8, 2024
2 parents 000c1d6 + 2540194 commit dc25ad7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ test_acceptance_ubuntu_raspberrypi3:
services:
- name: docker:20.10.21-dind
alias: docker
command: ["--mtu=1440"] # https://gitlab.com/gitlab-com/gl-infra/production/-/issues/5590
before_script:
- docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_PASSWORD
- docker load -i image.tar
Expand Down

0 comments on commit dc25ad7

Please sign in to comment.