Skip to content
Snippets Groups Projects
Commit dc8dc025 authored by Dean Lovett's avatar Dean Lovett
Browse files

fix: updated CQ image

parent 9f168972
No related branches found
Tags v3.2.18
No related merge requests found
Pipeline #36796 passed
...@@ -61,7 +61,7 @@ case "$1" in ...@@ -61,7 +61,7 @@ case "$1" in
;; ;;
cq|code-quality) cq|code-quality)
shift shift
CQ_IMAGE=registry.nexusmods.com/nexus-mods/devops/tools/nexus-code-quality:master CQ_IMAGE=registry.nexusmods.com/nexus-mods/devops/tools/nexus-code-quality:stable
docker pull $CQ_IMAGE docker pull $CQ_IMAGE
docker run -v "$PWD":/app/mounted $CQ_IMAGE "$@" docker run -v "$PWD":/app/mounted $CQ_IMAGE "$@"
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment