;tools: just hackageupload: fix cabal files check
This commit is contained in:
parent
7deff8a319
commit
4cb1913d2b
@ -12,7 +12,7 @@ if [[ $BRANCH =~ ^[0-9.]*-(branch|release) ]]; then
|
|||||||
read -rp "Ok ? Press enter to confirm, ctrl-c to abort: "
|
read -rp "Ok ? Press enter to confirm, ctrl-c to abort: "
|
||||||
# last chance check (would cabal upload )
|
# last chance check (would cabal upload )
|
||||||
for P in $PACKAGES; do
|
for P in $PACKAGES; do
|
||||||
cabal check
|
(cd "$P"; cabal check)
|
||||||
done
|
done
|
||||||
for P in $PACKAGES; do
|
for P in $PACKAGES; do
|
||||||
stack upload "$P"
|
stack upload "$P"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user