Skip to content

Add QA_SKIP_PULL to skip `docker pull`

George Koltsov requested to merge ml-allow-skip-pull into master

This lets you skip the docker pull step so that you can use alternative images (e.g., one built locally or pulled from CI).

Several times I've had to comment out the line of code that pulls a docker image so that I could test an image I built locally.

Edited by George Koltsov

Merge request reports