Skip to content
Snippets Groups Projects
Commit 274e347b authored by kaloyane's avatar kaloyane
Browse files

minor: copy "tar.gz" binaries to the sprint_builds folder

SVN: 22331
parent 892c944b
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ function copy_to_cisd_server { ...@@ -67,7 +67,7 @@ function copy_to_cisd_server {
OPENBIS_PATH=~openbis/fileserver/sprint_builds/openBIS OPENBIS_PATH=~openbis/fileserver/sprint_builds/openBIS
SPRINT_DIR=$OPENBIS_PATH/$TODAY-$FULL_VER SPRINT_DIR=$OPENBIS_PATH/$TODAY-$FULL_VER
mkdir -p $SPRINT_DIR mkdir -p $SPRINT_DIR
cp -p *$FULL_VER*.{zip,jar} $SPRINT_DIR/ cp -p *$FULL_VER*.{zip,gz} $SPRINT_DIR/
chmod g+w -R $SPRINT_DIR chmod g+w -R $SPRINT_DIR
fi fi
state_end state_end
......
...@@ -81,7 +81,7 @@ function copy_to_cisd_server { ...@@ -81,7 +81,7 @@ function copy_to_cisd_server {
OPENBIS_PATH=~openbis/fileserver/sprint_builds/openBIS OPENBIS_PATH=~openbis/fileserver/sprint_builds/openBIS
SPRINT_DIR=$OPENBIS_PATH/$TODAY-$FULL_VER SPRINT_DIR=$OPENBIS_PATH/$TODAY-$FULL_VER
mkdir -p $SPRINT_DIR mkdir -p $SPRINT_DIR
cp -p *$FULL_VER*.{zip,jar} $SPRINT_DIR/ cp -p *$FULL_VER*.{zip,gz} $SPRINT_DIR/
chmod g+w -R $SPRINT_DIR chmod g+w -R $SPRINT_DIR
fi fi
state_end state_end
......
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