From a8495e825fabc90982f0e07357cd3a0048e5cad0 Mon Sep 17 00:00:00 2001 From: Rishav Dhar <19497993+rdhar@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:27:24 +0100 Subject: [PATCH] remove version test step Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com> --- .github/workflows/tf_tests.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/tf_tests.yml b/.github/workflows/tf_tests.yml index 0f4e19bf..50a41ede 100644 --- a/.github/workflows/tf_tests.yml +++ b/.github/workflows/tf_tests.yml @@ -36,17 +36,12 @@ jobs: CLI_USES: ${{ matrix.cli_uses }} run: | LATEST_COSIGN=$(curl --silent https://api.github.com/repos/sigstore/cosign/releases/latest | jq -r .tag_name | tr -d "v") - LATEST_TENV=$(curl --silent https://api.github.com/repos/tofuutils/tenv/releases/latest | jq -r .tag_name) curl -O -L "https://github.com/sigstore/cosign/releases/latest/download/cosign_${LATEST_COSIGN}_amd64.deb" + LATEST_TENV=$(curl --silent https://api.github.com/repos/tofuutils/tenv/releases/latest | jq -r .tag_name) curl -O -L "https://github.com/tofuutils/tenv/releases/latest/download/tenv_${LATEST_TENV}_amd64.deb" sudo dpkg -i "cosign_${LATEST_COSIGN}_amd64.deb" "tenv_${LATEST_TENV}_amd64.deb" tenv $CLI_USES use 1.6.1 && tenv update-path - - name: Version TF - env: - CLI_USES: ${{ matrix.cli_uses }} - run: $CLI_USES --version - - name: Provision TF id: tf continue-on-error: true