From a3abe5f0424ef166e7e09584c4297ce1df5d567c Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 21 Apr 2024 18:53:43 +0530 Subject: [PATCH] test: fix for expose option Signed-off-by: K.B.Dharun Krishna --- recipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.yml b/recipe.yml index c111748..532a4da 100644 --- a/recipe.yml +++ b/recipe.yml @@ -7,7 +7,7 @@ stages: labels: maintainer: Vanilla OS Contributors entrypoint: ["npm", "run", "publish"] - expose: 6090 + expose: ["6090"] modules: - name: build-app type: shell