mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-25 01:10:16 -05:00
Fix manual e2e test
This commit is contained in:
parent
bdb57387c7
commit
9076404b06
2
.github/actions/build_cli/action.yml
vendored
2
.github/actions/build_cli/action.yml
vendored
@ -50,6 +50,7 @@ runs:
|
|||||||
|
|
||||||
- name: Build CLI
|
- name: Build CLI
|
||||||
run: |
|
run: |
|
||||||
|
echo "::group::Build CLI"
|
||||||
GIT_TAG=$(git describe --tags --always --dirty --abbrev=0)
|
GIT_TAG=$(git describe --tags --always --dirty --abbrev=0)
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
@ -58,6 +59,7 @@ runs:
|
|||||||
cp constellation constellation-${{ inputs.targetOS }}-${{ inputs.targetArch }}
|
cp constellation constellation-${{ inputs.targetOS }}-${{ inputs.targetArch }}
|
||||||
echo "$(pwd)" >> $GITHUB_PATH
|
echo "$(pwd)" >> $GITHUB_PATH
|
||||||
export PATH="$PATH:$(pwd)"
|
export PATH="$PATH:$(pwd)"
|
||||||
|
echo "::endgroup::"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
# TODO: Replace with https://github.com/sigstore/sigstore-installer/tree/initial
|
# TODO: Replace with https://github.com/sigstore/sigstore-installer/tree/initial
|
||||||
|
2
.github/workflows/e2e-test-manual.yml
vendored
2
.github/workflows/e2e-test-manual.yml
vendored
@ -121,5 +121,5 @@ jobs:
|
|||||||
--name ${{ steps.az_resource_group_gen.outputs.res_group_name }} \
|
--name ${{ steps.az_resource_group_gen.outputs.res_group_name }} \
|
||||||
--force-deletion-types Microsoft.Compute/virtualMachineScaleSets \
|
--force-deletion-types Microsoft.Compute/virtualMachineScaleSets \
|
||||||
--force-deletion-types Microsoft.Compute/virtualMachines \
|
--force-deletion-types Microsoft.Compute/virtualMachines \
|
||||||
--no-wait
|
--no-wait \
|
||||||
--yes
|
--yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user