./check: snapshot-incomplete needs --target

This commit is contained in:
Jens Petersen 2019-08-14 16:15:07 +02:00
parent 3ec057ea5c
commit f83d876313

2
check
View File

@ -9,6 +9,6 @@ export GHCVER=$(sed -n "s/^ghc-version: \"\(.*\)\"/\1/p" "build-constraints.yaml
NIGHTLY="nightly-$(date +%Y-%m-%d)"
curator update &&
curator constraints --target=$NIGHTLY &&
curator snapshot-incomplete &&
curator snapshot-incomplete --target=$NIGHTLY &&
curator snapshot &&
stack --resolver ghc-$GHCVER exec curator check-snapshot