From bb6c71dc021575bab91b3c81413eec885ecec3a6 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Thu, 14 Sep 2023 08:33:08 +0000 Subject: [PATCH] try oras-test Signed-off-by: Billy Zha --- snapcraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index cafbce539..f6db3d0f2 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: oras +name: oras-test version: '{VERSION}' summary: Package for the ORAS CLI tool description: | @@ -29,7 +29,7 @@ architectures: build-for: s390x parts: - oras: + oras-test: plugin: go source: https://github.com/oras-project/oras.git source-type: git @@ -53,8 +53,8 @@ parts: apps: - oras: - command: bin/oras + oras-test: + command: bin/oras-test plugs: - home - network