From 090bf5e725ccc9e20b230286444e9f2cd81146c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 25 Apr 2019 10:48:46 +0200 Subject: turris: update turris repository path --- templates/turris.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 -- cgit v1.2.3