From 9ee853012f0e5489c86241f9be52a89cbf8e58bb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 10 Dec 2020 15:20:27 -0300 Subject: ci-build.sh: Get from environment --- scripts/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ci-build.sh') diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh index 426eded..d226332 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -2,7 +2,7 @@ set -Eeuo pipefail set -x -PREFIX='/srv/ci/vps' +PREFIX='$LOGS_PREFIX/vps' mkdir -p "$PREFIX" read -r _ SHA _ # oldrev newrev refname FILENAME="$(date -Is)-$SHA.log" -- cgit v1.2.3