diff options
author | EuAndreh <eu@euandre.org> | 2021-01-30 10:43:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-30 10:43:28 -0300 |
commit | 317d0e8d62697af03ece6ada18817720d5d7076c (patch) | |
tree | bf89cc5d74feae6b531acb3177d9275eaad3c5f2 /aux/ci/git-post-receive.sh | |
parent | generate-pastebin-plaintext-alternate.rb: Use 0 index (diff) | |
download | euandre.org-317d0e8d62697af03ece6ada18817720d5d7076c.tar.gz euandre.org-317d0e8d62697af03ece6ada18817720d5d7076c.tar.xz |
Update aux/ci/ files
Diffstat (limited to '')
-rwxr-xr-x | aux/ci/git-post-receive.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/ci/git-post-receive.sh b/aux/ci/git-post-receive.sh index 2f6e3c0..b169489 100755 --- a/aux/ci/git-post-receive.sh +++ b/aux/ci/git-post-receive.sh @@ -10,5 +10,5 @@ for n in $(seq 0 $((GIT_PUSH_OPTION_COUNT - 1))); do done PACKAGE="$(basename "$PWD" | cut -d. -f1)" # remove .git suffix -LOGS_DIR="/data/ci/$PACKAGE/logs" -"/data/ci/$PACKAGE/ci-build.sh" "$PACKAGE" "$LOGS_DIR" +LOGS_DIR="/srv/ci/$PACKAGE/logs" +"/srv/ci/$PACKAGE/ci-build.sh" "$PACKAGE" "$LOGS_DIR" |