skip env validation on old apps

This commit is contained in:
Djkáťo 2024-05-14 19:57:25 +02:00
parent a387f16cf7
commit be47e70a00

View file

@ -213,6 +213,7 @@ docker build . --build-arg TARGET_APP="${APP}" \
[tasks.build-arg-old-app] [tasks.build-arg-old-app]
workspace = false workspace = false
private = true private = true
env = { "SKIP_ENV_VALIDATION" = "true" }
script = ''' script = '''
cd all_apps/saleor-app-${APP} cd all_apps/saleor-app-${APP}
VERSION=$(npm pkg get version --workspaces=false | tr -d '"') VERSION=$(npm pkg get version --workspaces=false | tr -d '"')