diff options
| author | EuAndreh <eu@euandre.org> | 2020-09-25 13:47:54 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-09-25 13:47:54 -0300 |
| commit | 7fb40e3f6eeb5e59e880a2e31906184ca49b0d62 (patch) | |
| tree | c14c1414613f8f5d30a1688e77babe82be764a8c | |
| parent | ci-build.sh: build site derivation directly, and inline call to publish.sh (diff) | |
| download | dotfiles-7fb40e3f6eeb5e59e880a2e31906184ca49b0d62.tar.gz dotfiles-7fb40e3f6eeb5e59e880a2e31906184ca49b0d62.tar.xz | |
ci-build.sh: Build site derivation directly
| -rw-r--r-- | bash/templates/.build.yml | 3 |
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 |
