mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-02 09:56:54 -04:00
pipefail + extglob
This commit is contained in:
parent
827f29010e
commit
dbb758e396
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ jobs:
|
|||
jd-diff-patch
|
||||
- name: Build images and produce measurements
|
||||
run: |
|
||||
set -euo pipefail
|
||||
shopt -s extglob
|
||||
|
||||
# Build required binaries
|
||||
bazel build //image/system:stable
|
||||
bazel build //image/measured-boot/cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue