File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -36,18 +36,14 @@ jobs:
3636 echo "token = ${{ secrets.DEPLOY_NOTEBOOK_TOKEN }}" >> ~/.databrickscfg
3737
3838 - name : Validate bundle
39- run : databricks bundle validate --var="environment=${{ env.DEPLOY_ENV }} "
39+ run : databricks bundle validate"
4040
4141 - name : Run and monitor workflow
4242 run : |
4343 echo "Starting workflow execution..."
44- databricks bundle run demo_workflow --target dev --var="environment=${{ env.DEPLOY_ENV }}"
45-
46- - name : Run and monitor production workflow
47- run : |
48- echo "Starting production workflow execution..."
49- databricks bundle run demo_workflow --target dev --var="environment=${{ env.DEPLOY_ENV }}"
44+ databricks bundle run demo_workflow --target dev
45+ echo"
5046
5147 - name : Cleanup PR deployment
5248 run : |
53- databricks bundle destroy --target dev --var="environment=${{ env.DEPLOY_ENV }}" || true
49+ databricks bundle destroy --target dev || true
You can’t perform that action at this time.
0 commit comments