diff options
author | EuAndreh <eu@euandre.org> | 2020-12-10 15:20:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-10 15:20:27 -0300 |
commit | 9ee853012f0e5489c86241f9be52a89cbf8e58bb (patch) | |
tree | 950788505c6a12ee5d86b69207242e83be1bcc6c | |
parent | assert-todos.sh: Allow it to work on files with spaces on the name (diff) | |
download | server-9ee853012f0e5489c86241f9be52a89cbf8e58bb.tar.gz server-9ee853012f0e5489c86241f9be52a89cbf8e58bb.tar.xz |
ci-build.sh: Get from environment
-rwxr-xr-x | scripts/ci-build.sh | 2 |
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" |