mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-24 14:22:14 -05:00
ci: export constellation with absolute path (#2675)
This commit is contained in:
parent
0e91650631
commit
db49093da7
4
.github/actions/build_cli/action.yml
vendored
4
.github/actions/build_cli/action.yml
vendored
@ -66,8 +66,8 @@ runs:
|
||||
out_loc="$(realpath "${repository_root}/${out_rel}")"
|
||||
cp "${out_loc}" "${OUTPUT_PATH}"
|
||||
chmod +w "${OUTPUT_PATH}"
|
||||
echo "$(dirname "${OUTPUT_PATH}")" >> $GITHUB_PATH
|
||||
export PATH="$PATH:$(dirname "${OUTPUT_PATH}")"
|
||||
export PATH="$PATH:$(realpath $(dirname "${OUTPUT_PATH}"))"
|
||||
echo "$(realpath $(dirname "${OUTPUT_PATH}"))" >> $GITHUB_PATH
|
||||
echo "::endgroup::"
|
||||
|
||||
- name: Upload container images
|
||||
|
@ -84,7 +84,7 @@ runs:
|
||||
working-directory: ${{ github.workspace }}/e2e-infra
|
||||
if: inputs.cloudProvider == 'azure'
|
||||
run: |
|
||||
./constellation maa-patch $(terraform output attestationURL | jq -r)
|
||||
constellation maa-patch $(terraform output attestationURL | jq -r)
|
||||
|
||||
- name: Write outputs to state file
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user