Skip to content

Commit

Permalink
dir
Browse files Browse the repository at this point in the history
  • Loading branch information
oleh_mykolaishyn committed Oct 30, 2024
1 parent bf405e2 commit f482775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
ls -la
databricks bundle validate
#working-directory: ./${{ github.event.inputs.projectFolders }}/
working-directory: 02_data_product #./${{ github.event.inputs.projectFolders }}/
working-directory: data_product #./${{ github.event.inputs.projectFolders }}/
env:
DATABRICKS_TOKEN: ${{ secrets.SP_TOKEN }}
DATABRICKS_BUNDLE_ENV: dev
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Deploy
run: databricks bundle deploy -c 1011-082929-h6d1tk5
#working-directory: ./${{ github.event.inputs.projectFolders }}/
working-directory: 02_data_product #./${{ github.event.inputs.projectFolders }}/
working-directory: data_product #./${{ github.event.inputs.projectFolders }}/
env:
DATABRICKS_TOKEN: ${{ secrets.SP_TOKEN }}
DATABRICKS_BUNDLE_ENV: dev
Expand Down

0 comments on commit f482775

Please sign in to comment.