Commit f473e2d2 authored by nimrod's avatar nimrod
Browse files

Run the pre-commit job anywhere.

There's no need to run it in a specific runner, but I did because I
set tags on the runners but didn't set them to run untagged (fixed in
gitlab-runner-docker@dfc42dda).
parent e918f6d5
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ stages:

pre-commit:
  stage: test
  tags: ["ns4.shore.co.il"]
  image: adarnimrod/ci-images:pre-commit
  variables:
    XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"