Skip to content

Commit 91431d2

Browse files
committed
staging profile nullifying
1 parent 6e090cb commit 91431d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/staging-cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242

4343
- name: Validate Staging Bundle
4444
# trigger target the staging deploy in databricks.yml
45-
run: databricks bundle validate -t staging
45+
run: databricks bundle validate -t staging --profile "" # forces use of env vars only
4646

4747
- name: Deploy Staging Bundle
4848
# trigger target the staging deploy in databricks.yml
49-
run: databricks bundle deploy -t staging #??--auto-approve
49+
run: databricks bundle deploy -t staging --profile "" # forces use of env vars only #??--auto-approve
5050
# working-directory: .
5151

5252
# testing:

0 commit comments

Comments
 (0)