Skip to content
Snippets Groups Projects
Commit 7e8b4116 authored by felmer's avatar felmer
Browse files

SP-1005, SWE-22: remove unpacked tar ball, create generic snapshot in openbis/snapshots

SVN: 30129
parent 8e0a618f
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,6 @@ set -o nounset ...@@ -14,6 +14,6 @@ set -o nounset
set -o errexit set -o errexit
BIN_DIR=`dirname "$0"` BIN_DIR=`dirname "$0"`
REPOSITORY=~/snapshots REPOSITORY=~/openbis/snapshots
$BIN_DIR/create-snapshot.sh ~/sprint $REPOSITORY $REPOSITORY/snapshot.config $BIN_DIR/create-snapshot.sh ~/sprint $REPOSITORY $REPOSITORY/snapshot.config
\ No newline at end of file
...@@ -25,7 +25,7 @@ BIN_DIR=`dirname "$0"` ...@@ -25,7 +25,7 @@ BIN_DIR=`dirname "$0"`
OPENBIS_ROOT_DIR="$1" OPENBIS_ROOT_DIR="$1"
echo "==== Fetsching openBIS installation tar ball" echo "==== Fetsching openBIS installation tar ball"
rm -rf "$OPENBIS_ROOT_DIR/"openBIS-installation*tar.gz rm -rf "$OPENBIS_ROOT_DIR/"openBIS-installation*
"$BIN_DIR/fetch-ci-artifacts.sh" -d "$OPENBIS_ROOT_DIR" gradle-installation "$BIN_DIR/fetch-ci-artifacts.sh" -d "$OPENBIS_ROOT_DIR" gradle-installation
echo "==== Unpack installation tar ball and replace console.properties" echo "==== Unpack installation tar ball and replace console.properties"
......
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