Skip to content
Snippets Groups Projects
Commit e1203a89 authored by tpylak's avatar tpylak
Browse files

minor: make build script more verbose

SVN: 11698
parent a69c15c6
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,9 @@ echo "chmod g+w -R $SPRINT_DIR" | ssh -T $CISD_SERVER ...@@ -38,8 +38,9 @@ echo "chmod g+w -R $SPRINT_DIR" | ssh -T $CISD_SERVER
echo Copying new openBIS components to \'$SPRINT_SERVER\'... echo Copying new openBIS components to \'$SPRINT_SERVER\'...
scp openBIS-server-*.zip $SPRINT_SERVER:. scp openBIS-server-*.zip $SPRINT_SERVER:.
scp openBIS-server-*.zip $DEMO_SERVER:.
scp datastore_server-*.zip $SPRINT_SERVER:. scp datastore_server-*.zip $SPRINT_SERVER:.
echo Copying new openBIS components to \'$DEMO_SERVER\'...
scp openBIS-server-*.zip $DEMO_SERVER:.
scp datastore_server-*.zip $DEMO_SERVER:. scp datastore_server-*.zip $DEMO_SERVER:.
rm -f *.zip rm -f *.zip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment