Skip to content

Commit 9407529

Browse files
authored
Merge pull request #29 from Datatamer/pre-start_script
DSD-2272: expect string not boolean in template file.
2 parents 5fc1b25 + 44cbd5a commit 9407529

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# GCP Tamr VM module
22

3+
## v2.2.1 - May 2nd 2023
4+
* Remove conditional from bash script template
5+
36
## v2.2.0 - May 1st 2023
47
* Following optional input variables now available
58
* pre_install_bash

VERSION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
2.2.0
2-
1+
2.2.1

templates/startup_script.sh.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ EOF
1717
# check if tamr has been installed on the VM, if not download and install it
1818
if [[ ! -f ${tamr_home_directory}/tamr/start-unify.sh ]]; then
1919
# run any custom commands to prepare VM
20-
%{ if pre_install_bash }
2120
${pre_install_bash}
22-
%{ endif }
2321
# download tamr install
2422
sudo -S -u tamr -i /bin/bash -c 'gsutil cp ${tamr_zip_uri} ${tamr_home_directory}/unify.zip'
2523
# unzip and install unify

0 commit comments

Comments
 (0)