diff options
-rwxr-xr-x | templates/turris.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.run b/templates/turris.run index c77ae74..bce60bd 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -3,7 +3,7 @@ . "$(dirname "$(readlink -f "$0")")/../job.common" . turris-common.sh -curl "https://repo.turris.cz/$ANIMAL/packages/$BOARD/git-hash" > git-hash +curl "https://repo.turris.cz/$ANIMAL/$BOARD/packages/git-hash" > git-hash cat git-hash # TODO take lock so we won't run multiple instances of new builds if [ -z "$CLEAN" ] && [ -f "$WORKSPACE/openwrt-git-hash" ] && cmp -s git-hash "$WORKSPACE/openwrt-git-hash"; then |