diff options
author | EuAndreh <eu@euandre.org> | 2020-12-02 13:58:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-02 13:58:50 -0300 |
commit | 1358e1e0812178722084dd50fac04b88a16af97f (patch) | |
tree | 95d62d271d995c872941412a0b9b4dfa586f9cb4 /scripts | |
parent | Move metadata.json to description (diff) | |
download | server-1358e1e0812178722084dd50fac04b88a16af97f.tar.gz server-1358e1e0812178722084dd50fac04b88a16af97f.tar.xz |
ci-build.sh: Run all make targets in a single invocation
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci-build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh index f3c86d2..1a9ab78 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -36,5 +36,4 @@ pushd "$CLONE" git config --global user.email git@euandre.org git config --global user.name 'EuAndreh CI' -./scripts/with-container.sh make check site -./scripts/with-container.sh make publish +./scripts/with-container.sh make check site publish |