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 7a51eb5 commit a82edfcCopy full SHA for a82edfc
.github/workflows/taskDatabricks.yaml
@@ -90,10 +90,10 @@ jobs:
90
#################################/
91
## Deploy Azure Infrastructure.
92
93
- #- name: Deploy Azure Resources
94
- # run: ${{ inputs.SCRIPT_LANGUAGE }} infrastructure/databricks/databricks_utils/${{ inputs.SCRIPT_LANGUAGE }}/utils_create_azure_resources.py
95
- # env:
96
- # ENVIRONMENT: ${{ inputs.ENVIRONMENT }}
+ - name: Deploy Azure Resources
+ run: ${{ inputs.SCRIPT_LANGUAGE }} infrastructure/databricks/databricks_utils/${{ inputs.SCRIPT_LANGUAGE }}/utils_create_azure_resources.py
+ env:
+ ENVIRONMENT: ${{ inputs.ENVIRONMENT }}
97
98
99
0 commit comments