From c526ead2421a0eebbb36d9bdc9720ef713a4a482 Mon Sep 17 00:00:00 2001 From: Aurora Gaffney Date: Thu, 4 Apr 2024 12:58:08 -0500 Subject: [PATCH] chore(packages): remove test packages (#179) --- .../test-packageA/test-packageA-1.0.2.yaml | 9 ------- .../test-packageA/test-packageA-1.0.3.yaml | 13 ---------- .../test-packageA/test-packageA-2.1.3.yaml | 8 ------ .../test-packageB/test-packageB-0.1.0.yaml | 25 ------------------- 4 files changed, 55 deletions(-) delete mode 100755 packages/test-packageA/test-packageA-1.0.2.yaml delete mode 100755 packages/test-packageA/test-packageA-1.0.3.yaml delete mode 100755 packages/test-packageA/test-packageA-2.1.3.yaml delete mode 100755 packages/test-packageB/test-packageB-0.1.0.yaml diff --git a/packages/test-packageA/test-packageA-1.0.2.yaml b/packages/test-packageA/test-packageA-1.0.2.yaml deleted file mode 100755 index 02fd136..0000000 --- a/packages/test-packageA/test-packageA-1.0.2.yaml +++ /dev/null @@ -1,9 +0,0 @@ -name: test-packageA -version: 1.0.2 -tags: - - docker - - linux - - darwin - - amd64 - - arm64 -postInstallNotes: Notes for {{ .Package.Name }} diff --git a/packages/test-packageA/test-packageA-1.0.3.yaml b/packages/test-packageA/test-packageA-1.0.3.yaml deleted file mode 100755 index 79f16a9..0000000 --- a/packages/test-packageA/test-packageA-1.0.3.yaml +++ /dev/null @@ -1,13 +0,0 @@ -name: test-packageA -version: 1.0.3 -tags: - - docker - - linux - - darwin - - amd64 - - arm64 -postInstallNotes: Notes for {{ .Package.Name }} -outputs: - - name: foo - description: the 'foo' description - value: '{{ .Package.Name }}' diff --git a/packages/test-packageA/test-packageA-2.1.3.yaml b/packages/test-packageA/test-packageA-2.1.3.yaml deleted file mode 100755 index 3b9f64a..0000000 --- a/packages/test-packageA/test-packageA-2.1.3.yaml +++ /dev/null @@ -1,8 +0,0 @@ -name: test-packageA -version: 2.1.3 -tags: - - docker - - linux - - darwin - - amd64 - - arm64 diff --git a/packages/test-packageB/test-packageB-0.1.0.yaml b/packages/test-packageB/test-packageB-0.1.0.yaml deleted file mode 100755 index 9fa1505..0000000 --- a/packages/test-packageB/test-packageB-0.1.0.yaml +++ /dev/null @@ -1,25 +0,0 @@ -name: test-packageB -version: 0.1.0 -installSteps: - - condition: eq .Package.ShortName "test-packageB" - file: - binary: false - filename: test-file1 - content: test1 - - condition: eq .Package.ShortName "test-packageZ" - file: - binary: false - filename: test-file2 - content: test2 -dependencies: - - test-packageA[fooA,-fooB] < 2.0.0, >= 1.0.2 -tags: - - docker - - linux - - darwin - - amd64 - - arm64 -postInstallNotes: |- - Values: - - {{ toPrettyJson . }}