We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbe0b4 commit 2f6ca72Copy full SHA for 2f6ca72
tests/04-uri-validation.bats
@@ -73,3 +73,8 @@ load 'test-helper'
73
_run_helm_git "git+https://github.com/hashicorp/vault-helm@/index.yaml?ref=v0.5.0"
74
[ $status = 0 ]
75
}
76
+
77
+@test "should success with empty inline git_file_path" {
78
+ _run_helm_git "git+https://gitlab.com/one-touch-pipeline/weskit/helm-deployment/index.yaml?ref=ee259f65191cef10855438321ce99e37873918b6"
79
+ [ $status = 0 ]
80
+}
0 commit comments