mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-18 18:21:56 +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"
|
docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "curator update && curator constraints --target $TARGET && curator snapshot-incomplete --target $TARGET && curator snapshot"
|
||||||
fi
|
fi
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user