mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-23 16:30:11 -05:00
pipefail + extglob
This commit is contained in:
parent
827f29010e
commit
dbb758e396
@ -21,6 +21,9 @@ jobs:
|
|||||||
jd-diff-patch
|
jd-diff-patch
|
||||||
- name: Build images and produce measurements
|
- name: Build images and produce measurements
|
||||||
run: |
|
run: |
|
||||||
|
set -euo pipefail
|
||||||
|
shopt -s extglob
|
||||||
|
|
||||||
# Build required binaries
|
# Build required binaries
|
||||||
bazel build //image/system:stable
|
bazel build //image/system:stable
|
||||||
bazel build //image/measured-boot/cmd
|
bazel build //image/measured-boot/cmd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user