ci.sh: drop
This commit is contained in:
parent
209eb5c561
commit
6f2c8312cc
2 changed files with 0 additions and 6 deletions
|
@ -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
5
ci.sh
|
@ -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
|
Loading…
Add table
Reference in a new issue