From 093f3b96c230bf586dc49c710fee219520b431ef Mon Sep 17 00:00:00 2001 From: philmcmahon Date: Mon, 2 Oct 2023 13:16:33 +0100 Subject: [PATCH] Tidy up documentation --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35638847..8bfd0e9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,6 @@ jobs: role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} aws-region: eu-west-1 - # Setup Node, checking common Node config files to determine the version of Node to use. # Configuring caching is also recommended. # See https://github.com/guardian/actions-setup-node - name: Setup Node @@ -43,9 +42,6 @@ jobs: java-version: '11' distribution: 'adopt' - # 1. Seed the build number with last number from TeamCity. - # Update `LAST_TEAMCITY_BUILD` as needed or remove entirely if changing Riff-Raff project name. - # See https://github.com/github/scripts-to-rule-them-all - name: Run script/teamcity run: | LAST_TEAMCITY_BUILD=5000