Jenkinsfile-compile: skip px4_sitl_rtps for now

This commit is contained in:
Daniel Agar
2022-03-25 15:07:20 -04:00
parent eb666e94a4
commit 01eb27c703
+1 -1
View File
@@ -28,7 +28,7 @@ pipeline {
]
def base_builds = [
target: ["px4_sitl_rtps"],
target: ["px4_sitl_default"],
image: docker_images.base,
archive: false
]