Skip to content

Commit

Permalink
skip standard check
Browse files Browse the repository at this point in the history
  • Loading branch information
gokultw committed Nov 21, 2023
1 parent ef425eb commit 4a6b331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/waitForEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ max_timeout=900
max_timeout_temp=$max_timeout
retry_time=10
url="https://${TARGET_ENV}.mybahmni.in/openmrs/"
if grep -q "$TARGET_ENV" <<< "demo"; then
if [[ "$TARGET_ENV" == "demo" || "$TARGET_ENV" == "docker.standard" ]]; then
flag=true
echo "ENV_FLAG=true" >> $GITHUB_ENV
echo "Skipping environment check for ${TARGET_ENV} instance"
Expand Down

0 comments on commit 4a6b331

Please sign in to comment.