Skip to content

Commit

Permalink
fix config hash
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Jan 23, 2024
1 parent 7560e56 commit 5dc2a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- id: parse-rev
name: Get short rev of HEAD at master
run: |
git clone -b v0_4_EOL https://jugit.fz-juelich.de/t.dickscheid/brainscapes-configurations.git
git clone https://jugit.fz-juelich.de/t.dickscheid/brainscapes-configurations.git
CONFIG_SHORT_REV=$(git -C brainscapes-configurations rev-parse --short=6 HEAD)
echo CONFIG_SHORT_REV=$CONFIG_SHORT_REV >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 5dc2a91

Please sign in to comment.