From c4dcd69caa7f299eff665872a26f8f52d0eb7380 Mon Sep 17 00:00:00 2001 From: Carlos Fagiani Junior Date: Tue, 2 Apr 2024 13:14:34 +0000 Subject: [PATCH] Remove warning --- main.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/main.sh b/main.sh index 1b21ecd..c80d77f 100755 --- a/main.sh +++ b/main.sh @@ -1,5 +1,5 @@ #!/bin/bash - +set -x set -eo pipefail if [ ! -z "$MAESTRO_REPO_OVERRIDE" ]; then @@ -60,11 +60,6 @@ while IFS= read -r ENV_LINE; do echo "$ENV_LINE" >> .env done <<< "$main_application_environment_variables" - -if [ ! -z "$main_export_errors" ]; then - echo " WARNING: The above noted environment variables were skipped from the export, as they were not identified as a valid value or by a flag." -fi - if [ -z "$MAESTRO_SKIP_BUILD" ]; then build.sh --image-name $IMAGE_NAME if [ ! -z "$MAESTRO_ONLY_BUILD" ]; then