aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-09-25 13:47:54 -0300
committerEuAndreh <eu@euandre.org>2020-09-25 13:47:54 -0300
commit7fb40e3f6eeb5e59e880a2e31906184ca49b0d62 (patch)
treec14c1414613f8f5d30a1688e77babe82be764a8c
parentci-build.sh: build site derivation directly, and inline call to publish.sh (diff)
downloaddotfiles-7fb40e3f6eeb5e59e880a2e31906184ca49b0d62.tar.gz
dotfiles-7fb40e3f6eeb5e59e880a2e31906184ca49b0d62.tar.xz
ci-build.sh: Build site derivation directly
-rw-r--r--bash/templates/.build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bash/templates/.build.yml b/bash/templates/.build.yml
index 721393c7..24c5818a 100644
--- a/bash/templates/.build.yml
+++ b/bash/templates/.build.yml
@@ -8,4 +8,5 @@ sources:
tasks:
- tests: |
cd $PROJECT/
- nix-build -A test -A site
+ nix-build -A test
+ nix-build -A site