mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-28 15:10:26 +01:00
Update CURATORS.md
This commit is contained in:
parent
77b2e299f3
commit
b19f5eb3c0
@ -249,7 +249,7 @@ DIR=$(mktemp -d)
|
|||||||
(cd $DIR \
|
(cd $DIR \
|
||||||
&& git clone https://github.com/commercialhaskell/stackage \
|
&& git clone https://github.com/commercialhaskell/stackage \
|
||||||
&& cd stackage \
|
&& cd stackage \
|
||||||
&& git checkout $BRANCH
|
&& git checkout $BRANCH \
|
||||||
&& docker build --tag commercialhaskell/stackage:$BRANCH .)
|
&& docker build --tag commercialhaskell/stackage:$BRANCH .)
|
||||||
rm -rf $DIR
|
rm -rf $DIR
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user