Skip to content

Commit

Permalink
Remove comments that are no longer correct
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
  • Loading branch information
cjyabraham committed May 21, 2024
1 parent d7aa454 commit 2a3a424
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build_test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2a3a424

Please sign in to comment.