ci: Disable pipefail in version calculation for client-build
This commit is contained in:
parent
c03bfc1c64
commit
1965fec54b
2
.github/workflows/client-build.yml
vendored
2
.github/workflows/client-build.yml
vendored
|
|
@ -211,7 +211,7 @@ jobs:
|
||||||
if: steps.run_result.outputs.run_result != 'success'
|
if: steps.run_result.outputs.run_result != 'success'
|
||||||
id: vars
|
id: vars
|
||||||
run: |
|
run: |
|
||||||
set -o xtrace
|
set +o pipefail
|
||||||
echo "REACT_APP_ENVIRONMENT=DEVELOPMENT" >> $GITHUB_OUTPUT
|
echo "REACT_APP_ENVIRONMENT=DEVELOPMENT" >> $GITHUB_OUTPUT
|
||||||
if [[ "${{github.ref}}" == "refs/heads/master" ]]; then
|
if [[ "${{github.ref}}" == "refs/heads/master" ]]; then
|
||||||
echo "REACT_APP_ENVIRONMENT=PRODUCTION" >> $GITHUB_OUTPUT
|
echo "REACT_APP_ENVIRONMENT=PRODUCTION" >> $GITHUB_OUTPUT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user