Skip to content

Commit

Permalink
add another cycle test with one variable
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Jan 16, 2025
1 parent 2aae759 commit 9d91d72
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions acceptance/bundle/variables/complex-cycle-self/databricks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
bundle:
name: cycle

variables:
a:
default:
hello: ${var.a}
9 changes: 9 additions & 0 deletions acceptance/bundle/variables/complex-cycle-self/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Warning: Detected unresolved variables after 12 resolution rounds

Name: cycle
Target: default
Workspace:
User: $USERNAME
Path: /Workspace/Users/$USERNAME/.bundle/cycle/default

Found 1 warning
1 change: 1 addition & 0 deletions acceptance/bundle/variables/complex-cycle-self/script
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$CLI bundle validate

0 comments on commit 9d91d72

Please sign in to comment.