Browse Source

Jenkinsfile-compile:Fix breakage

release/1.12
David Sidrane 4 years ago committed by Daniel Agar
parent
commit
da61938792
  1. 2
      .ci/Jenkinsfile-compile

2
.ci/Jenkinsfile-compile

@ -17,7 +17,7 @@ pipeline { @@ -17,7 +17,7 @@ pipeline {
]
def armhf_builds = [
target: [beaglebone_blue_default", "emlid_navio2_default", "px4_raspberrypi_default", "scumaker_pilotpi_default"],
target: ["beaglebone_blue_default", "emlid_navio2_default", "px4_raspberrypi_default", "scumaker_pilotpi_default"],
image: docker_images.armhf,
archive: false
]

Loading…
Cancel
Save