mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-23 08:20:15 -05:00
pipefail + extglob
This commit is contained in:
parent
827f29010e
commit
dbb758e396
@ -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…
x
Reference in New Issue
Block a user