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 40266d5 commit 193e699Copy full SHA for 193e699
.github/workflows/taskDatabricks.yaml
@@ -93,10 +93,10 @@ jobs:
93
#################################/
94
## Deploy Azure Infrastructure
95
96
- #- name: Deploy Azure Resources
97
- # run: ${{ inputs.SCRIPT_LANGUAGE }} mlOps/devOps/utils/${{ inputs.SCRIPT_LANGUAGE }}/utils_create_azure_resources.py
98
- # env:
99
- # ENVIRONMENT: ${{ inputs.ENVIRONMENT }}
+ - name: Deploy Azure Resources
+ run: ${{ inputs.SCRIPT_LANGUAGE }} mlOps/devOps/utils/${{ inputs.SCRIPT_LANGUAGE }}/utils_create_azure_resources.py
+ env:
+ ENVIRONMENT: ${{ inputs.ENVIRONMENT }}
100
101
102
0 commit comments