diff options
author | EuAndreh <eu@euandre.org> | 2021-03-10 07:14:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-10 07:14:35 -0300 |
commit | bc5da69a21422655bf87ebaf5cb3b4e359ef5b3c (patch) | |
tree | 9f59ccebe5a8bbaed3840509d8f93b7d17b16a34 /aux/ci | |
parent | src/remembering.c: clang-format (diff) | |
download | remembering-bc5da69a21422655bf87ebaf5cb3b4e359ef5b3c.tar.gz remembering-bc5da69a21422655bf87ebaf5cb3b4e359ef5b3c.tar.xz |
Revert change to aux/ci/ci-build.sh
Diffstat (limited to 'aux/ci')
-rwxr-xr-x | aux/ci/ci-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 79b41f0..45e4075 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -50,7 +50,7 @@ EOF RUNNER='sh -c' fi - $RUNNER 'make clean dev-check; make public' + $RUNNER 'make clean dev-check public' rsync -a public/ "/srv/http/$PACKAGE/" --delete } 2>&1 | tee "$LOGFILE" |