Skip to content
Snippets Groups Projects
Commit 170470e3 authored by felmer's avatar felmer
Browse files

LMS-803 remove zip files after their had been copied

SVN: 10523
parent da0c5174
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ echo Building openBIS... ...@@ -15,6 +15,7 @@ echo Building openBIS...
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 datastore_server-*.zip $SPRINT_SERVER:. scp datastore_server-*.zip $SPRINT_SERVER:.
rm -f *.zip
# If sprint install script is present and executable, run it! # If sprint install script is present and executable, run it!
if [ -x $SPRINT_INSTALL_SCRIPT ]; then if [ -x $SPRINT_INSTALL_SCRIPT ]; then
......
...@@ -38,6 +38,7 @@ echo "chmod g+w -R $SPRINT_DIR" | ssh -T $CISD_SERVER ...@@ -38,6 +38,7 @@ 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 datastore_server-*.zip $SPRINT_SERVER:. scp datastore_server-*.zip $SPRINT_SERVER:.
rm -f *.zip
# If sprint install script is present and executable, run it! # If sprint install script is present and executable, run it!
if [ -x $SPRINT_INSTALL_SCRIPT ]; then if [ -x $SPRINT_INSTALL_SCRIPT ]; then
......
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