mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Merge pull request #5815 from commercialhaskell/jkachmar/preserve-noplan-snapshot-overrides
Preserves snapshot-incomplete with NOPLAN=1
This commit is contained in:
commit
45ff266abd
@ -108,7 +108,7 @@ then
|
||||
docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "curator update && curator constraints --target $TARGET && curator snapshot-incomplete --target $TARGET && curator snapshot"
|
||||
fi
|
||||
else
|
||||
docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "curator snapshot-incomplete --target $TARGET && curator snapshot"
|
||||
docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "curator snapshot"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user