File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 2.2.0
2-
1+ 2.2.1
Original file line number Diff line number Diff line change 1717# check if tamr has been installed on the VM, if not download and install it
1818if [[ ! -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
You can’t perform that action at this time.
0 commit comments