mirror of https://github.com/1okko/openpilot.git
jenkins: run build_release.sh from source dir
This commit is contained in:
parent
944578ad09
commit
1e1f948c0c
|
@ -70,7 +70,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
phone_steps("eon-build", [
|
||||
["build release2-staging & dashcam-staging", "cd release && PUSH=1 ./build_release.sh"],
|
||||
["build release2-staging & dashcam-staging", "PUSH=1 $SOURCE_DIR/release/build_release.sh"],
|
||||
])
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue