mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 15:35:55 -04:00
Carry over PATH
explicitly using env
This commit is contained in:
parent
da33286b1f
commit
9ba073c369
@ -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