Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 10eaad5

Browse files
committed
fix format
1 parent e5b8ccb commit 10eaad5

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

internal/plugins/remote_contents_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func mockPluginsServer(t *testing.T, filePath string, contentType string) *httpt
1313
if err != nil {
1414
t.Fatalf("Error: %s", err)
1515
}
16-
16+
1717
ts := httptest.NewServer(
1818
http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
1919
if strings.HasSuffix(r.URL.Path, "/test") {
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
plugin-name: Argo
2+
yaml:
3+
- url: "https://raw.githubusercontent.com/argoproj/argo/stable/manifests/namespace-install.yaml"
4+
bash:
5+
- bashfile1
6+
- bashfile2
7+
helm:
8+
- helmfile1
9+
- helmfile2
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
plugin-name: Argo
2+
namespace: "argo"
3+
yaml:
4+
- url: "https://raw.githubusercontent.com/argoproj/argo/stable/manifests/namespace-install.yaml"
5+
type: "file"
6+
bash:
7+
- bashfile1
8+
- bashfile2
9+
helm:
10+
- helmfile1
11+
- helmfile2

0 commit comments

Comments
 (0)