diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index e8ae0e3..df13c69 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -36,17 +36,5 @@ pipeline { sh 'cargo check --target armv7-unknown-linux-gnueabihf' } } - stage('Check Examples') { - agent { - dockerfile { - dir 'automation' - reuseNode true - } - } - steps { - sh 'cargo check --target thumbv6m-none-eabi --examples' - sh 'cargo check --target armv7-unknown-linux-gnueabihf' - } - } } } \ No newline at end of file