mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
Merge branch 'drop-demo-data-from-v2' into 'develop'
drop demo data from v2 See merge request signalytic/client-external/streamline/streamline-emr!9
This commit is contained in:
+2
-2
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "streamline-emr",
|
"name": "streamline-emr",
|
||||||
"org": "streamline",
|
"org": "streamline",
|
||||||
"version": "2.0",
|
"version": "2.1",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"linux/arm64"
|
"linux/arm64"
|
||||||
],
|
],
|
||||||
"images": {
|
"images": {
|
||||||
"linux/arm64": {
|
"linux/arm64": {
|
||||||
"registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/arm64:v2": "streamline-emr:latest"
|
"registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/arm64:v2.1": "streamline-emr:latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-3
@@ -36,9 +36,9 @@ if [ -f ${INSTALL_ROOT}/stop ]; then
|
|||||||
${INSTALL_ROOT}/stop
|
${INSTALL_ROOT}/stop
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# reset data for any v1 installations
|
# reset data for any v1 or v2.0 installations
|
||||||
if grep -q "^1." ${VERSION_FILE}; then
|
if grep -q "^1." ${VERSION_FILE} || grep -q "^2.0" ${VERSION_FILE}; then
|
||||||
echo "v1 installation detected - resetting data"
|
echo "demo installation detected (v$(cat ${VERSION_FILE})) - resetting data"
|
||||||
rm -rf ${DATA_ROOT}
|
rm -rf ${DATA_ROOT}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user