Skip to content

Commit f5174b0

Browse files
committed
clean up
1 parent d81cfe3 commit f5174b0

File tree

7 files changed

+4
-81
lines changed

7 files changed

+4
-81
lines changed

acceptance/bundle/deployment/bind/job/already-managed-different/out.requests.txt

Lines changed: 0 additions & 74 deletions
This file was deleted.

acceptance/bundle/deployment/bind/job/already-managed-different/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/bundle/deployment/bind/job/already-managed-different/script

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ trace $CLI bundle deploy
44
new_job_id=$(trace $CLI jobs create --json '{"name": "My Job"}' | jq -r '.job_id')
55
add_repl.py $new_job_id NEW_JOB_ID
66

7-
rm out.requests.txt
87
trace musterr $CLI bundle deployment bind foo $new_job_id &> out.bind.$DATABRICKS_BUNDLE_ENGINE.txt

acceptance/bundle/deployment/bind/job/already-managed-different/test.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

acceptance/bundle/deployment/bind/job/already-managed-same/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/bundle/deployment/bind/job/already-managed-same/script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Bind job that is already bound to the same ID
1+
# Bind job that is already bound to the same ID.
2+
# This is a no-op, but terraform complains anyway.
23
trace $CLI bundle deploy
34

45
job_id=$(read_id.py foo)

acceptance/bundle/deployment/bind/job/already-managed-same/test.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)