Skip to content

Commit

Permalink
Changed ST_REF to SYSTEM_TESTS_REF
Browse files Browse the repository at this point in the history
  • Loading branch information
vpellan committed Nov 13, 2024
1 parent d5de528 commit 2296d9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
REGISTRY: ghcr.io
REPO: ghcr.io/datadog/dd-trace-rb
ST_REF: main # This must always be set to `main` on dd-trace-rb's master branch
SYSTEM_TESTS_REF: main # This must always be set to `main` on dd-trace-rb's master branch

jobs:
build-harness:
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'DataDog/system-tests'
ref: ${{ env.ST_REF }}
ref: ${{ env.SYSTEM_TESTS_REF }}
persist-credentials: false
- name: Pull released image
run: |
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'DataDog/system-tests'
ref: ${{ env.ST_REF }}
ref: ${{ env.SYSTEM_TESTS_REF }}
persist-credentials: false
- name: Checkout ${{ matrix.library.repository }}
uses: actions/checkout@v4
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'DataDog/system-tests'
ref: ${{ env.ST_REF }}
ref: ${{ env.SYSTEM_TESTS_REF }}
persist-credentials: false
- name: Pull runner image
run: |
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'DataDog/system-tests'
ref: ${{ env.ST_REF }}
ref: ${{ env.SYSTEM_TESTS_REF }}
persist-credentials: false
- name: Retrieve logs
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 2296d9f

Please sign in to comment.