From daa25a5c726ee1c72ce9d58c6548b4db2f59689b Mon Sep 17 00:00:00 2001 From: Tanya Borisova Date: Tue, 13 Sep 2022 10:37:40 +0100 Subject: [PATCH] remove testing script --- templates/workspaces/airlock_manager/test.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 templates/workspaces/airlock_manager/test.sh diff --git a/templates/workspaces/airlock_manager/test.sh b/templates/workspaces/airlock_manager/test.sh deleted file mode 100755 index c30d8785ab..0000000000 --- a/templates/workspaces/airlock_manager/test.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -AZURE_TRE_VERSION="0.4.2" - -# apt-get update \ -# && apt-get install --no-install-recommends jq ca-certificates curl patch -y \ -# && apt-get clean -y && rm -rf /var/lib/apt/lists/* - -# WORKDIR $BUNDLE_DIR - -# Copy all files from base workspace (note: some of them will be overwritten with the following COPY command) -curl -o azuretre.tar.gz -L "https://github.com/microsoft/AzureTRE/archive/refs/tags/v${AZURE_TRE_VERSION}.tar.gz" \ - && tar -xzf azuretre.tar.gz "AzureTRE-${AZURE_TRE_VERSION}/templates/workspaces/base" --strip-components=4 --skip-old-files \ - && rm -rf azuretre.tar.gz - -echo DOWNLOADED - -patch -p0 < ./workspace_base.diff