Skip to content

Fix sync_docker_images test not building

Stan Hu requested to merge sh-fix-sync-docker-images-script into main

!4223 (closed) changed the args.Command type from commaSeparatedList to spaceSeparatedList, but the test was not adjusted accordingly.

Why was this MR needed?

The test job was failing to build: https://gitlab.com/gitlab-org/gitlab-runner/-/jobs/4668600761

What's the best way to test this MR?

Run make test_go_scripts

Edited by Stan Hu

Merge request reports