Skip to content

Commit

Permalink
Apply checkout of SCION spexific commit to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martenwallewein committed Mar 22, 2022
1 parent b2b65c3 commit ead496e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
scion_commit=${scion_mod_version##*[ -]}
git clone ${scion_repo} ~/scion
cd ~/scion
git checkout --quiet ${scion_commit}
git checkout 5883c725f74830da9becb306a1fa5cfe2fa5017a # --quiet ${scion_commit}
- name: Build SCION
run: |
# Log tool versions provided by CircleCi
Expand Down

0 comments on commit ead496e

Please sign in to comment.