mirror of https://github.com/databricks/cli.git
parent
2c773683bc
commit
4ef33dc2b4
|
@ -1,3 +0,0 @@
|
|||
[[Repls]]
|
||||
Old = "%PATH%"
|
||||
New = "$PATH"
|
|
@ -1,3 +0,0 @@
|
|||
[[Repls]]
|
||||
Old = "%PATH%"
|
||||
New = "$PATH"
|
|
@ -1,4 +0,0 @@
|
|||
[GOOS]
|
||||
windows = false
|
||||
linux = true
|
||||
darwin = true
|
|
@ -1,2 +0,0 @@
|
|||
bundle:
|
||||
name: foobar
|
|
@ -1,8 +0,0 @@
|
|||
|
||||
>>> cd a/b/c
|
||||
|
||||
>>> pwd
|
||||
[TMPDIR]/a/b/c
|
||||
|
||||
>>> [CLI] bundle exec -- pwd
|
||||
[TMPDIR]
|
|
@ -1,6 +0,0 @@
|
|||
trace cd a/b/c
|
||||
|
||||
trace pwd
|
||||
|
||||
# Scripts that bundle exec executes should run from the bundle root.
|
||||
trace $CLI bundle exec -- dir
|
|
@ -1,4 +0,0 @@
|
|||
[GOOS]
|
||||
windows = true
|
||||
linux = false
|
||||
darwin = false
|
Loading…
Reference in New Issue