File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,13 @@ tasks:
113
113
if [ -f VERSION ] && [ "$(cat VERSION)" = "$VERSION" ]; then
114
114
echo ""
115
115
echo "===================================================="
116
- echo "It looks like version $VERSION is already installed."
117
- echo "To set the version you want to upgrade to, edit the VERSION value in .env."
116
+ echo "Upgrading to release $VERSION..."
117
+ echo "Ups! It looks like release $VERSION is the version currently installed."
118
+ echo ""
119
+ echo "Check out if there is a later release here: https://github.com/OS2borgerPC/os2borgerpc-admin-site/pkgs/container/os2borgerpc-admin-site"
120
+ echo "Edit VERSION in .env with the release tag you want to upgrade to. Then re-run task upgrade."
118
121
echo "===================================================="
119
- exit 0
122
+ exit 1
120
123
fi
121
124
echo ""
122
125
echo "===================================================="
You can’t perform that action at this time.
0 commit comments