mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-24 14:58:35 -04:00
ci: export constellation with absolute path (#2675)
This commit is contained in:
parent
0e91650631
commit
db49093da7
2 changed files with 3 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue