diff options
author | EuAndreh <eu@euandre.org> | 2020-11-29 01:37:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-29 01:37:01 -0300 |
commit | 2b5a3fab657cf6a8912e7a755a5031ccac8ad342 (patch) | |
tree | 136f240abcb0dc623ea119192f57f7ea4d840406 | |
parent | Add scripts/ci-build.sh (diff) | |
download | toph-2b5a3fab657cf6a8912e7a755a5031ccac8ad342.tar.gz toph-2b5a3fab657cf6a8912e7a755a5031ccac8ad342.tar.xz |
ci-build.sh: Update path to $LOGFILE
-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 67bb59d..5d5734b 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -3,7 +3,7 @@ set -Eeuo pipefail set -x read -r _ SHA _ # oldrev newrev refname -LOGFILE="/data/static/ci-logs/vps/$(date -Is)-$SHA.log" +LOGFILE="/srv/ci/vps/$(date -Is)-$SHA.log" mkdir -p "$(dirname "$LOGFILE")" exec &> >(tee -a "$LOGFILE") |