Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oleh_mykolaishyn committed Nov 7, 2024
1 parent 76e955e commit 9639ae2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
type: string
default: ''

env:
DATABRICKSCFG_PATH: .databrickscfg

jobs:
deploy:
name: "Build and Deploy Bundle to the Workspaces"
Expand All @@ -31,12 +34,13 @@ jobs:
- name: Validation
run: |
ls -la
databricks auth env --host ${{ secrets.WORKSPACE_URL }}
databricks bundle validate -p dev
env:
#DATABRICKS_HOST: ${{ secrets.WORKSPACE_URL }}
DATABRICKS_CONFIG_FILE: ./.databrickscfg
DATABRICKS_CONFIG_FILE: .databrickscfg
DATABRICKS_TOKEN: ${{ secrets.SP_TOKEN }}
DATABRICKS_BUNDLE_ENV: dev
#DATABRICKS_BUNDLE_ENV: dev

# Deploy the bundle to the "qa" target as defined
# in the bundle's settings file.
Expand Down

0 comments on commit 9639ae2

Please sign in to comment.