From aa4df2c1517e303be2c6a79b800444c610917549 Mon Sep 17 00:00:00 2001 From: Rafael Soares <75167930+rasoro@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:07:31 -0300 Subject: [PATCH] Update build-rp-archiver-push-tag-india-ire.yaml --- .github/workflows/build-rp-archiver-push-tag-india-ire.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-rp-archiver-push-tag-india-ire.yaml b/.github/workflows/build-rp-archiver-push-tag-india-ire.yaml index 6728a2f..840e4f4 100644 --- a/.github/workflows/build-rp-archiver-push-tag-india-ire.yaml +++ b/.github/workflows/build-rp-archiver-push-tag-india-ire.yaml @@ -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 '^.*.*-staging' <<< "${TAG}" ; then elif grep -qs -e '^.*.*' <<< "${TAG}" ; then echo "No environment found, assuming: PRODUCTION - ${TAG}"