From fb5b706acff2d451f64077c365a41cb35e7efae2 Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:55:56 +0100 Subject: [PATCH] remove unneeded steps --- .github/workflows/migration-tests.yml | 28 --------------------------- 1 file changed, 28 deletions(-) diff --git a/.github/workflows/migration-tests.yml b/.github/workflows/migration-tests.yml index 2fe94f23e7..0e008b932f 100644 --- a/.github/workflows/migration-tests.yml +++ b/.github/workflows/migration-tests.yml @@ -85,13 +85,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Get Last Release - id: get_last_release - run: | - LAST_RELEASE=$(curl -sSfL -X GET https://api.github.com/repos/mongodb/terraform-provider-mongodbatlas/releases/latest | jq -r '.tag_name | ltrimstr("v")') - echo "Last release: $LAST_RELEASE" - echo "MONGODB_ATLAS_LAST_VERSION=$LAST_RELEASE" >> $GITHUB_ENV - shell: bash - name: Set up Go uses: actions/setup-go@v4 with: @@ -118,13 +111,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Get Last Release - id: get_last_release - run: | - LAST_RELEASE=$(curl -sSfL -X GET https://api.github.com/repos/mongodb/terraform-provider-mongodbatlas/releases/latest | jq -r '.tag_name | ltrimstr("v")') - echo "Last release: $LAST_RELEASE" - echo "MONGODB_ATLAS_LAST_VERSION=$LAST_RELEASE" >> $GITHUB_ENV - shell: bash - name: Set up Go uses: actions/setup-go@v4 with: @@ -154,13 +140,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Get Last Release - id: get_last_release - run: | - LAST_RELEASE=$(curl -sSfL -X GET https://api.github.com/repos/mongodb/terraform-provider-mongodbatlas/releases/latest | jq -r '.tag_name | ltrimstr("v")') - echo "Last release: $LAST_RELEASE" - echo "MONGODB_ATLAS_LAST_VERSION=$LAST_RELEASE" >> $GITHUB_ENV - shell: bash - name: Set up Go uses: actions/setup-go@v4 with: @@ -186,13 +165,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Get Last Release - id: get_last_release - run: | - LAST_RELEASE=$(curl -sSfL -X GET https://api.github.com/repos/mongodb/terraform-provider-mongodbatlas/releases/latest | jq -r '.tag_name | ltrimstr("v")') - echo "Last release: $LAST_RELEASE" - echo "MONGODB_ATLAS_LAST_VERSION=$LAST_RELEASE" >> $GITHUB_ENV - shell: bash - name: Set up Go uses: actions/setup-go@v4 with: