Skip to content

Commit

Permalink
Fix #1961: Make 'integration' workflow work with git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed May 14, 2021
1 parent e05197d commit 699ad48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Update Faucet submodule to point to our clone
run: |
cd ${{ github.workspace }}/faucet/
git -C submodules/agora fetch origin ${{ github.ref }}:agora-ci-integration-test-donotuse
git -C submodules/agora fetch origin ${{ github.sha }}:agora-ci-integration-test-donotuse
git -C submodules/agora checkout agora-ci-integration-test-donotuse
# For debug output
git submodule
Expand Down

0 comments on commit 699ad48

Please sign in to comment.