diff options
| author | EuAndreh <eu@euandre.org> | 2020-09-25 13:47:23 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-09-25 13:47:23 -0300 |
| commit | b8e04a9cf154619aa2e538f207210b2960647981 (patch) | |
| tree | b512b2ff97de176415cfd5043141342b44c17991 | |
| parent | cronjob with email: Print before sending email (diff) | |
| download | dotfiles-b8e04a9cf154619aa2e538f207210b2960647981.tar.gz dotfiles-b8e04a9cf154619aa2e538f207210b2960647981.tar.xz | |
ci-build.sh: build site derivation directly, and inline call to publish.sh
| -rwxr-xr-x | bash/templates/ci-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/templates/ci-build.sh b/bash/templates/ci-build.sh index 1907ba8f..abc357e1 100755 --- a/bash/templates/ci-build.sh +++ b/bash/templates/ci-build.sh @@ -27,5 +27,5 @@ finish() { trap finish EXIT nix-build -A test -nix-build -A publishScript -./result/bin/publish.sh +nix-build -A site +"$(nix-build -A publishScript)/bin/publish.sh" |
