Skip to content

Commit

Permalink
ci: fix build.yml clone branch
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Nov 6, 2024
1 parent 5348aef commit 701e8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
sudo mkdir -p /workspace
sudo chown azureuser /workspace
cd /workspace
gh repo clone ietf-tools/datatracker -- --depth=1 --no-tags
gh repo clone ietf-tools/datatracker -- --depth=1 --no-tags --branch ${{ github.ref_name }}
cd datatracker
if [ "$SKIP_TESTS" = "false" ] || [ "$GITHUB_REF_NAME" = "release" ] ; then
Expand Down

0 comments on commit 701e8a5

Please sign in to comment.