aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-29 01:37:01 -0300
committerEuAndreh <eu@euandre.org>2020-11-29 01:37:01 -0300
commit2b5a3fab657cf6a8912e7a755a5031ccac8ad342 (patch)
tree136f240abcb0dc623ea119192f57f7ea4d840406 /scripts
parentAdd scripts/ci-build.sh (diff)
downloadtoph-2b5a3fab657cf6a8912e7a755a5031ccac8ad342.tar.gz
toph-2b5a3fab657cf6a8912e7a755a5031ccac8ad342.tar.xz
ci-build.sh: Update path to $LOGFILE
Diffstat (limited to 'scripts')
-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 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")