We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186b329 commit 219e10cCopy full SHA for 219e10c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# GCP Tamr VM module
2
3
+## v2.2.0 - May 1st 2023
4
+* Adjust condition in startup script to expect a string
5
+
6
## v2.2.0 - May 1st 2023
7
* Following optional input variables now available
8
* pre_install_bash
VERSION
@@ -1,2 +1 @@
-2.2.0
-
+2.2.1
templates/startup_script.sh.tmpl
@@ -17,7 +17,7 @@ EOF
17
# check if tamr has been installed on the VM, if not download and install it
18
if [[ ! -f ${tamr_home_directory}/tamr/start-unify.sh ]]; then
19
# run any custom commands to prepare VM
20
- %{ if pre_install_bash }
+ %{ if pre_install_bash != ""}
21
${pre_install_bash}
22
%{ endif }
23
# download tamr install
0 commit comments