mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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
|
||||
run: |
|
||||
echo "::group::Build CLI"
|
||||
GIT_TAG=$(git describe --tags --always --dirty --abbrev=0)
|
||||
mkdir -p build
|
||||
cd build
|
||||
@ -58,6 +59,7 @@ runs:
|
||||
cp constellation constellation-${{ inputs.targetOS }}-${{ inputs.targetArch }}
|
||||
echo "$(pwd)" >> $GITHUB_PATH
|
||||
export PATH="$PATH:$(pwd)"
|
||||
echo "::endgroup::"
|
||||
shell: bash
|
||||
|
||||
# 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 }} \
|
||||
--force-deletion-types Microsoft.Compute/virtualMachineScaleSets \
|
||||
--force-deletion-types Microsoft.Compute/virtualMachines \
|
||||
--no-wait
|
||||
--no-wait \
|
||||
--yes
|
||||
|
Loading…
Reference in New Issue
Block a user