change to correct directory?

This commit is contained in:
Hyatt 2022-09-26 16:43:56 -05:00
parent 01e3c17341
commit 7d7953a2b6
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -143,7 +143,7 @@ pipeline {
apt-get update apt-get update
apt-get install -y rpm apt-get install -y rpm
su - node su - node
cd /lens cd "${workspace}/lens"
make build make build
""" """
} }