From be47e70a00747b1c1b7f1d9b8f11cc08e0e07c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Tue, 14 May 2024 19:57:25 +0200 Subject: [PATCH] skip env validation on old apps --- Makefile.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.toml b/Makefile.toml index 2e669dd..27cfe52 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -213,6 +213,7 @@ docker build . --build-arg TARGET_APP="${APP}" \ [tasks.build-arg-old-app] workspace = false private = true +env = { "SKIP_ENV_VALIDATION" = "true" } script = ''' cd all_apps/saleor-app-${APP} VERSION=$(npm pkg get version --workspaces=false | tr -d '"')