From e8f7dfaacd406db433fde47e8fc9da8f4da98b2c Mon Sep 17 00:00:00 2001 From: Aleks Knezevic Date: Thu, 19 Sep 2024 20:24:50 +0000 Subject: [PATCH] wip --- .github/workflows/build-and-test.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 47599f77..323dd643 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -71,18 +71,6 @@ jobs: name: install-artifacts path: ${{ steps.strings.outputs.build-output-dir }}/artifact.tar - - name: Get the latest tag - shell: bash - run: | - latest_tag=$(git describe --tags --abbrev=0) - latest_tag=${latest_tag#v} - echo "latest_tag=$latest_tag" >> $GITHUB_ENV - commit_count=$(git rev-list ${{ env.latest_tag }}..HEAD --count) - echo "commit_count=$commit_count" >> $GITHUB_ENV - version="${{ env.latest_tag }}.${{ env.commit_count }}" - echo "version=$version" >> $GITHUB_ENV - echo $version - # Run tests on TT hardware