Skip to content

Commit

Permalink
run from root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
efgpinto committed Dec 21, 2023
1 parent a5d86ce commit 78261e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/update-runtime-versions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# USAGE:
# > RUNTIME_VERSION=1.0.31 ./update-proxy-versions.sh
# > RUNTIME_VERSION=1.0.31 ./bin/update-proxy-versions.sh

# this script is meant to be used after a new Proxy version is out
# to facilitate the update of all the places where we usually depend on the latest version
Expand All @@ -12,8 +12,6 @@ if [[ -z "${RUNTIME_VERSION}" ]]; then
exit 1
fi

cd ..

echo ">>> Updating docker image versions to ${RUNTIME_VERSION}"
PROJS=$(find . -type f -name "docker-compose.yml")
for i in ${PROJS[@]}
Expand Down

0 comments on commit 78261e5

Please sign in to comment.