Skip to content

Commit

Permalink
Update build-mailroom-push-tag-india-ire.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rasoro authored Jan 6, 2025
1 parent 8b9f44f commit 14cb59e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-mailroom-push-tag-india-ire.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
elif grep -qs -e '^.*.*-staging' <<< "${TAG}" ; then
echo "Found environment: STAGING - ${TAG}"
echo "ENVIRONMENT=staging" | tee -a "${GITHUB_ENV}"
exit 1 # stop action
elif grep -qs -e '^.*.*' <<< "${TAG}" ; then
echo "No environment found, assuming: PRODUCTION - ${TAG}"
echo "ENVIRONMENT=production" | tee -a "${GITHUB_ENV}"
Expand Down

0 comments on commit 14cb59e

Please sign in to comment.