skip env validation on old apps
This commit is contained in:
parent
a387f16cf7
commit
be47e70a00
1 changed files with 1 additions and 0 deletions
|
@ -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 '"')
|
||||||
|
|
Loading…
Reference in a new issue