aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-10 15:20:27 -0300
committerEuAndreh <eu@euandre.org>2020-12-10 15:20:27 -0300
commit9ee853012f0e5489c86241f9be52a89cbf8e58bb (patch)
tree950788505c6a12ee5d86b69207242e83be1bcc6c
parentassert-todos.sh: Allow it to work on files with spaces on the name (diff)
downloadserver-9ee853012f0e5489c86241f9be52a89cbf8e58bb.tar.gz
server-9ee853012f0e5489c86241f9be52a89cbf8e58bb.tar.xz
ci-build.sh: Get from environment
-rwxr-xr-xscripts/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
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"