diff options
author | EuAndreh <eu@euandre.org> | 2021-02-24 21:57:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-24 21:57:53 -0300 |
commit | 40a410c2d7d4fdd1cb2fed00b98975b5ff6016d6 (patch) | |
tree | 37f9768b6127d83e94961ed1602c77df76a495e3 /aux/ci/git-post-receive.sh | |
parent | Delete Vultr vps resources (diff) | |
download | server-40a410c2d7d4fdd1cb2fed00b98975b5ff6016d6.tar.gz server-40a410c2d7d4fdd1cb2fed00b98975b5ff6016d6.tar.xz |
Update files under aux/ci/
Diffstat (limited to 'aux/ci/git-post-receive.sh')
-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 b169489..f8986ed 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="/srv/ci/$PACKAGE/logs" -"/srv/ci/$PACKAGE/ci-build.sh" "$PACKAGE" "$LOGS_DIR" +LOGS_DIR="/opt/ci/$PACKAGE/logs" +"/opt/ci/$PACKAGE/ci-build.sh" "$PACKAGE" "$LOGS_DIR" |