diff options
author | EuAndreh <eu@euandre.org> | 2021-01-03 22:27:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-03 22:27:33 -0300 |
commit | c8903c94a5fd3cc7903155060cadb640022c11e8 (patch) | |
tree | 0bb9efff6a5bc5e7af2c2d767fdf9894bae6940d | |
parent | TODOs.org: Mark 340da973-622c-45d6-8d3c-7db839586517 as done (diff) | |
download | euandre.org-c8903c94a5fd3cc7903155060cadb640022c11e8.tar.gz euandre.org-c8903c94a5fd3cc7903155060cadb640022c11e8.tar.xz |
Remove unused .build.yml
Diffstat (limited to '')
-rw-r--r-- | .build.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index ed27fd4..0000000 --- a/.build.yml +++ /dev/null @@ -1,22 +0,0 @@ -image: nixos/unstable -triggers: - - condition: failure - action: email - to: EuAndreh <ci@euandre.org> -sources: - - https://git.sr.ht/~euandreh/website -secrets: - - 148e7be0-9948-4e49-88e3-ca8c5b7ac9f0 -tasks: - - tests: | - cd website/ - nix-build -A test - - check-branch: | - cd website/ - if [[ "$(git rev-parse master)" != "$(git rev-parse HEAD)" ]]; then - complete-build; - fi - - docs: | - cd website/ - nix-build -A publishScript - ./result/bin/publish.sh |