Skip to content

Commit

Permalink
Update to Azure TRE release 15.1 (#90)
Browse files Browse the repository at this point in the history
Fixes #89
  • Loading branch information
marrobi authored Oct 12, 2023
1 parent 61a1a2d commit 4cb7bbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// export DOCKER_GROUP_ID=$(getent group docker | awk -F ":" '{ print $3 }')
"DOCKER_GROUP_ID": "${localEnv:DOCKER_GROUP_ID}",
"INTERACTIVE": "true",
"OSS_VERSION": "v0.14.1"
"OSS_VERSION": "v0.15.1"
}
},
"runArgs": [
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy_tre_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ jobs:
include:
- {BUNDLE_TYPE: "workspace",
BUNDLE_DIR: "\\${AZURETRE_HOME}/templates/workspaces/base"}
- {BUNDLE_TYPE: "workspace",
BUNDLE_DIR: "\\${AZURETRE_HOME}/templates/workspaces/unrestricted"}
- {BUNDLE_TYPE: "workspace",
BUNDLE_DIR: "\\${AZURETRE_HOME}/templates/workspaces/airlock-import-review"}
- {BUNDLE_TYPE: "workspace_service",
Expand Down Expand Up @@ -524,6 +526,8 @@ jobs:
# bundles type can be inferred from the bundle dir (but this is more explicit)
- {BUNDLE_TYPE: "workspace",
BUNDLE_DIR: "\\${AZURETRE_HOME}/templates/workspaces/base"}
- {BUNDLE_TYPE: "workspace",
BUNDLE_DIR: "\\${AZURETRE_HOME}/templates/workspaces/unrestricted"}
- {BUNDLE_TYPE: "workspace",
BUNDLE_DIR: "\\${AZURETRE_HOME}/templates/workspaces/airlock-import-review"}
- {BUNDLE_TYPE: "workspace_service",
Expand Down

0 comments on commit 4cb7bbf

Please sign in to comment.