Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
gokultw committed Nov 21, 2023
1 parent 4a6b331 commit ca7fdee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/waitForEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ if [[ "$TARGET_ENV" == "demo" || "$TARGET_ENV" == "docker.standard" ]]; then
echo "ENV_FLAG=true" >> $GITHUB_ENV
echo "Skipping environment check for ${TARGET_ENV} instance"
exit 0
else
echo "TARGET_ENV is not 'demo' or 'docker.standard'. Actual value: $TARGET_ENV"
fi
while [ $max_timeout -gt 0 ]
do
Expand Down

0 comments on commit ca7fdee

Please sign in to comment.