ci: Disable pipefail in version calculation for client-build

This commit is contained in:
Shrikant Sharat Kandula 2023-12-05 20:32:14 +05:30 committed by GitHub
parent c03bfc1c64
commit 1965fec54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,7 +211,7 @@ jobs:
if: steps.run_result.outputs.run_result != 'success'
id: vars
run: |
set -o xtrace
set +o pipefail
echo "REACT_APP_ENVIRONMENT=DEVELOPMENT" >> $GITHUB_OUTPUT
if [[ "${{github.ref}}" == "refs/heads/master" ]]; then
echo "REACT_APP_ENVIRONMENT=PRODUCTION" >> $GITHUB_OUTPUT