mirror of
https://github.com/ppy/osu.git
synced 2025-01-22 17:52:57 +08:00
Set -euo pipefail
in diffcalc workflows
This commit is contained in:
parent
d39a46f861
commit
2767054286
4
.github/workflows/_diffcalc_processor.yml
vendored
4
.github/workflows/_diffcalc_processor.yml
vendored
@ -32,6 +32,10 @@ env:
|
||||
GENERATOR_DIR: ${{ github.workspace }}/${{ inputs.id }}
|
||||
GENERATOR_ENV: ${{ github.workspace }}/${{ inputs.id }}/.env
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash -euo pipefail {0}
|
||||
|
||||
jobs:
|
||||
environment:
|
||||
name: Setup environment
|
||||
|
4
.github/workflows/diffcalc.yml
vendored
4
.github/workflows/diffcalc.yml
vendored
@ -103,6 +103,10 @@ permissions:
|
||||
env:
|
||||
EXECUTION_ID: execution-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash -euo pipefail {0}
|
||||
|
||||
jobs:
|
||||
check-permissions:
|
||||
name: Check permissions
|
||||
|
Loading…
Reference in New Issue
Block a user