From 2a3a424fa8ffe79f9de4716d9652aa4a31453e24 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Tue, 21 May 2024 16:04:52 +0700 Subject: [PATCH] Remove comments that are no longer correct Signed-off-by: Chris Abraham --- .github/workflows/build_test_and_deploy.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build_test_and_deploy.yml b/.github/workflows/build_test_and_deploy.yml index d2ff03da..7ebffa32 100644 --- a/.github/workflows/build_test_and_deploy.yml +++ b/.github/workflows/build_test_and_deploy.yml @@ -45,8 +45,6 @@ jobs: path: bash_env.txt key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.run_number }} - # Set TERMINUS_ENV and related environment variables. - # https://github.com/pantheon-systems/docker-build-tools-ci/blob/6.x/scripts/set-environment - name: setup-environment-vars run: | if [[ "$GITHUB_REF" =~ ^refs/pull/([0-9]+)/merge$ ]]; then @@ -118,8 +116,6 @@ jobs: path: ./web key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }} - # Set TERMINUS_ENV and related environment variables. - # https://github.com/pantheon-systems/docker-build-tools-ci/blob/6.x/scripts/set-environment - name: setup-environment-vars run: ./.github/workflows/set-environment @@ -186,8 +182,6 @@ jobs: path: ./web key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }} - # Set TERMINUS_ENV and related environment variables. - # https://github.com/pantheon-systems/docker-build-tools-ci/blob/6.x/scripts/set-environment - name: setup-environment-vars run: ./.github/workflows/set-environment @@ -256,8 +250,6 @@ jobs: path: ./web key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }} - # Set TERMINUS_ENV and related environment variables. - # https://github.com/pantheon-systems/docker-build-tools-ci/blob/6.x/scripts/set-environment - name: setup-environment-vars run: ./.github/workflows/set-environment