Skip to content

Commit

Permalink
Tidy up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Oct 2, 2023
1 parent c8fb361 commit 093f3b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 093f3b9

Please sign in to comment.