mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-08-19 18:44:35 +02:00
5 lines
118 B
Bash
Executable File
5 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cp build-constraints.yaml ./automated/work/nightly
|
|
cd automated
|
|
./build.sh nightly-$(date -u +%F)
|