corrects syntax

This commit is contained in:
Hyatt 2023-03-09 17:17:13 -06:00
parent f2f9632e83
commit 1abea08d37
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -91,7 +91,6 @@ pipeline {
doBuild = true
jsNodeID = 'node-16'
buildCommand = "yarn && yarn run build && yarn run build:app"
}
} else {
echo "Version (${k8slensVersion}) is not valid, we will not build it."
}