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

fix: updated gu version

parent e0f59c3b
No related branches found
No related tags found
No related merge requests found
Pipeline #25166 passed
......@@ -65,7 +65,7 @@ case "$1" in
;;
gu|gemfile-updater)
shift
docker run -it -v "$(pwd)":/app -v /usr/local/bundle:/usr/local/bundle gitlab.nexdev.uk:5555/pub/base-image-gemfile-updater:v1.2.0 "$@"
docker run -it -v "$(pwd)":/app -v /usr/local/bundle:/usr/local/bundle gitlab.nexdev.uk:5555/pub/base-image-gemfile-updater:v2.0.0 "$@"
;;
bu|bundle-update)
shift
......@@ -88,7 +88,7 @@ case "$1" in
;;
esac
wget https://gitlab.nexdev.uk/pub/nexus-tools/-/raw/master/NEXUS_TOOLS_VERSION -O ~/nexus-tools/LATEST_VERSION
wget -q https://gitlab.nexdev.uk/pub/nexus-tools/-/raw/master/NEXUS_TOOLS_VERSION -O ~/nexus-tools/LATEST_VERSION
if ! cmp -s ~/nexus-tools/LATEST_VERSION ~/nexus-tools/VERSION; then
......
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