Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fagianijunior committed Apr 2, 2024
1 parent ac822f8 commit c4dcd69
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions main.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

set -x
set -eo pipefail

if [ ! -z "$MAESTRO_REPO_OVERRIDE" ]; then
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c4dcd69

Please sign in to comment.