mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-23 08:20:15 -05:00
Carry over PATH
explicitly using env
This commit is contained in:
parent
253a9ae29a
commit
20c78af900
@ -24,6 +24,5 @@ jobs:
|
||||
bazel build //image/measured-boot/cmd
|
||||
buildPath="$PWD/bazel-bin/image"
|
||||
cd $(mktemp -d)
|
||||
which systemd-dissect
|
||||
sudo -E "$buildPath/measured-boot/cmd/cmd_/cmd" "$buildPath/ssystem/qemu_qemu-vtpm_stable/constellation" ./measurements.json
|
||||
sudo env "PATH=$PATH" "$buildPath/measured-boot/cmd/cmd_/cmd" "$buildPath/ssystem/qemu_qemu-vtpm_stable/constellation" ./measurements.json
|
||||
cat ./measurements.json | jq
|
||||
|
Loading…
x
Reference in New Issue
Block a user