Closed evelyn-schmidt closed 9 months ago
To address this issue I have changed the default version of cloud-workflows pulled to be v1.1.4. As @tmooney has suggested there is also an ability for the user to choose what version to use. An example of the command looks like:
bash start.sh $GCS_INSTANCE_NAME --server-account $GCS_SERVICE_ACCOUNT --project $GCS_PROJECT --analysis-release 1.1.3
This was done by passing another key-value pair in the metadata parameter of the gcloud compute instances create command.
gcloud compute instances create
Both @evelyn-schmidt and I have now tested this and it is working as expected.
To address this issue I have changed the default version of cloud-workflows pulled to be v1.1.4. As @tmooney has suggested there is also an ability for the user to choose what version to use. An example of the command looks like:
bash start.sh $GCS_INSTANCE_NAME --server-account $GCS_SERVICE_ACCOUNT --project $GCS_PROJECT --analysis-release 1.1.3
This was done by passing another key-value pair in the metadata parameter of the
gcloud compute instances create
command.