diff --git a/acceptance/bundle/deployment/bind/schema/databricks.yml b/acceptance/bundle/deployment/bind/schema/databricks.yml index 5236f6356..e8e0f150c 100644 --- a/acceptance/bundle/deployment/bind/schema/databricks.yml +++ b/acceptance/bundle/deployment/bind/schema/databricks.yml @@ -1,5 +1,5 @@ bundle: - name: bind-schema-test-$BUNDLE_UUID + name: bind-schema-test-$BUNDLE_NAME_SUFFIX resources: schemas: diff --git a/acceptance/bundle/deployment/bind/schema/script b/acceptance/bundle/deployment/bind/schema/script index 31d661b0b..ef0ce1514 100644 --- a/acceptance/bundle/deployment/bind/schema/script +++ b/acceptance/bundle/deployment/bind/schema/script @@ -1,7 +1,7 @@ title "Bind schema test: " title "Substitute variables in the template: " -export BUNDLE_UUID=$(uuid) +export BUNDLE_NAME_SUFFIX=$(uuid) export SCHEMA_NAME="test-schema-$(uuid)" envsubst < databricks.yml > out.yml && mv out.yml databricks.yml