mirror of
https://github.com/aelve/guide.git
synced 2024-11-22 11:33:34 +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
|
||||
mv guide-database state
|
||||
|
||||
cd state
|
||||
git branch -v
|
||||
git status
|
||||
cd ..
|
||||
|
||||
cabal build
|
||||
dist/build/guide/guide --dry-run
|
||||
|
||||
rm -rf state
|
||||
rm -vrf state
|
||||
|
||||
if [ -d "state-old" ]; then
|
||||
mv state-old state
|
||||
|
Loading…
Reference in New Issue
Block a user