1
1
Fork 1

Remove unnecessary output.

This commit is contained in:
Derek Smith 2023-03-27 11:08:09 -04:00
parent 1b7e871758
commit 441eff3f26
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 0 additions and 2 deletions

View File

@ -51,7 +51,6 @@ for PROJECT_CHAIN in ${DEPLOYMENT_STRING//,/ }; do
# if the user sets USER_TARGET_PROJECT, let's ensure the project exists.
if [ -n "$USER_TARGET_PROJECT" ]; then
if [ "$PROJECT_NAME" != "$USER_TARGET_PROJECT" ]; then
echo "INFO: Skipping project '$PROJECT_NAME' since the system owner has used the --project= switch."
continue
fi
fi

View File

@ -63,7 +63,6 @@ for PROJECT_CHAIN in ${DEPLOYMENT_STRING//,/ }; do
fi
if [ "$PROJECT_NAME" != "$USER_TARGET_PROJECT" ]; then
echo "INFO: Skipping project '$PROJECT_NAME' since the system owner has used the --project switch."
exit
fi
fi