mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
105a948915
commit
2854bc196c
|
@ -39,7 +39,7 @@ func TestAccGitClonePublicRepository(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestAccGitClonePublicRepositoryForTagReference(t *testing.T) {
|
func TestAccGitClonePublicRepositoryForTagReference(t *testing.T) {
|
||||||
// t.Log(GetEnvOrSkipTest(t, "CLOUD_ENV"))
|
t.Log(GetEnvOrSkipTest(t, "CLOUD_ENV"))
|
||||||
|
|
||||||
tmpDir := t.TempDir()
|
tmpDir := t.TempDir()
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
|
Loading…
Reference in New Issue