ci.sh: drop

This commit is contained in:
zowoq 2023-01-01 18:20:16 +10:00
parent 209eb5c561
commit 6f2c8312cc
2 changed files with 0 additions and 6 deletions

View file

@ -101,7 +101,6 @@ Thanks to Cachix for sponsoring our binary cache!
## File hierarchy
* ./build\d+ - build machines
* ./ci.sh - What is executed by CI
* ./deploy - Deploy script
* ./roles - shared NixOS configuration modules
* ./services - single instances of NixOS services

5
ci.sh
View file

@ -1,5 +0,0 @@
#!/usr/bin/env bash
# Run this command to reproduce CI
set -euo pipefail
cd "$(dirname "$0")"
nix-build --no-out-link ci.nix