summaryrefslogtreecommitdiff
path: root/.tools/deploy.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-25 18:17:35 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-25 18:17:35 +0300
commit1d64dcc47323ca474d300b3888f05625760cd519 (patch)
tree6c61dfdcf980730cf3325d88d235caf77eebde8e /.tools/deploy.sh
parent8b1c82f07ed3bbb53e6e5307d11c634649d886f8 (diff)
downloadclientdata-1d64dcc47323ca474d300b3888f05625760cd519.tar.gz
clientdata-1d64dcc47323ca474d300b3888f05625760cd519.tar.bz2
clientdata-1d64dcc47323ca474d300b3888f05625760cd519.tar.xz
clientdata-1d64dcc47323ca474d300b3888f05625760cd519.zip
Check for error after most ci scripts.
Diffstat (limited to '.tools/deploy.sh')
-rwxr-xr-x.tools/deploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.tools/deploy.sh b/.tools/deploy.sh
index 786062ca..b5449f6e 100755
--- a/.tools/deploy.sh
+++ b/.tools/deploy.sh
@@ -20,11 +20,14 @@ gitclone https://gitlab.com/evol/evol-music.git music
cd tools/update
./createnew.sh
+check_error
./create_music.sh
+check_error
cp -r upload/* ../../clientdata/public
cd ../../clientdata
gitclone https://gitlab.com/4144/pagesindexgen.git pagesindexgen
cd pagesindexgen
./pagesindexgen.py ../public
+check_error
ls ../public