mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-20 02:05:50 +01:00
jenkins-build.sh: kill tarballs
This commit is contained in:
parent
6dc6608e3d
commit
f4bd999720
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash -ex
|
#!/bin/bash -ex
|
||||||
|
|
||||||
cabal update
|
cabal update
|
||||||
|
rm -rf patching/tarballs
|
||||||
(cd patching/ && ./scripts/create-tarballs.sh)
|
(cd patching/ && ./scripts/create-tarballs.sh)
|
||||||
cabal install
|
cabal install
|
||||||
cabal install Cabal-$(cabal --version | sed -n 's@using version \(.*\) of the Cabal library@\1@p')
|
cabal install Cabal-$(cabal --version | sed -n 's@using version \(.*\) of the Cabal library@\1@p')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user