mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-18 19:21:38 -05: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}")"
|
out_loc="$(realpath "${repository_root}/${out_rel}")"
|
||||||
cp "${out_loc}" "${OUTPUT_PATH}"
|
cp "${out_loc}" "${OUTPUT_PATH}"
|
||||||
chmod +w "${OUTPUT_PATH}"
|
chmod +w "${OUTPUT_PATH}"
|
||||||
echo "$(dirname "${OUTPUT_PATH}")" >> $GITHUB_PATH
|
export PATH="$PATH:$(realpath $(dirname "${OUTPUT_PATH}"))"
|
||||||
export PATH="$PATH:$(dirname "${OUTPUT_PATH}")"
|
echo "$(realpath $(dirname "${OUTPUT_PATH}"))" >> $GITHUB_PATH
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Upload container images
|
- name: Upload container images
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,7 @@ runs:
|
||||||
working-directory: ${{ github.workspace }}/e2e-infra
|
working-directory: ${{ github.workspace }}/e2e-infra
|
||||||
if: inputs.cloudProvider == 'azure'
|
if: inputs.cloudProvider == 'azure'
|
||||||
run: |
|
run: |
|
||||||
./constellation maa-patch $(terraform output attestationURL | jq -r)
|
constellation maa-patch $(terraform output attestationURL | jq -r)
|
||||||
|
|
||||||
- name: Write outputs to state file
|
- name: Write outputs to state file
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue