mirror of
https://github.com/aelve/guide.git
synced 2024-11-22 20:01:36 +03:00
Try to fix the testing script
This commit is contained in:
parent
8bf99b069b
commit
96182e90cd
@ -10,10 +10,15 @@ fi
|
|||||||
git clone --depth 1 https://github.com/aelve/guide-database.git
|
git clone --depth 1 https://github.com/aelve/guide-database.git
|
||||||
mv guide-database state
|
mv guide-database state
|
||||||
|
|
||||||
|
cd state
|
||||||
|
git branch -v
|
||||||
|
git status
|
||||||
|
cd ..
|
||||||
|
|
||||||
cabal build
|
cabal build
|
||||||
dist/build/guide/guide --dry-run
|
dist/build/guide/guide --dry-run
|
||||||
|
|
||||||
rm -rf state
|
rm -vrf state
|
||||||
|
|
||||||
if [ -d "state-old" ]; then
|
if [ -d "state-old" ]; then
|
||||||
mv state-old state
|
mv state-old state
|
||||||
|
Loading…
Reference in New Issue
Block a user