Skip to content

Commit

Permalink
update stagedReleaseTester.sh to show full version
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Jun 19, 2022
1 parent 5ce6f65 commit 867cc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stagedReleaseTester.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ for path in "${paths[@]}"; do
# Set the URL of jetty-home.
sed -ri 's|^(ENV JETTY_TGZ_URL) .*|\1 '"$jettyHomeUrl"'|; ' "$path/Dockerfile"

echo "Successfully Updated: $path"
echo "Successfully Updated: $path to $fullVersion"
else
echo "Did not Update: $path"
fi
Expand Down

0 comments on commit 867cc82

Please sign in to comment.