Fix manual e2e test

This commit is contained in:
katexochen 2022-09-02 16:59:56 +02:00 committed by Malte Poll
parent bdb57387c7
commit 9076404b06
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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