Skip to content

Commit bcb39c1

Browse files
Copilotimnasnainaec
andcommitted
Skip version check for uninstall operation
Co-authored-by: imnasnainaec <6411521+imnasnainaec@users.noreply.github.com>
1 parent 3450038 commit bcb39c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/scripts/install-combine.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ while (( "$#" )) ; do
260260
shift
261261
done
262262

263-
# Check that we have a COMBINE_VERSION
264-
if [ -z "${COMBINE_VERSION}" ] ; then
263+
# Check that we have a COMBINE_VERSION (not needed for uninstall)
264+
if [[ "${STATE}" != "Uninstall-combine" && -z "${COMBINE_VERSION}" ]] ; then
265265
error "Combine version is not specified."
266266
fi
267267

0 commit comments

Comments
 (0)