mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-29 22:39:33 +00:00
Fix: remove duplicated agent
Signed-off-by: urpylka <urpylka@gmail.com>
This commit is contained in:
1
image/Jenkinsfile
vendored
1
image/Jenkinsfile
vendored
@@ -2,7 +2,6 @@ pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Get image') {
|
||||
agent any
|
||||
environment {
|
||||
RPI_DONWLOAD_URL = 'https://downloads.raspberrypi.org/raspbian_lite_latest'
|
||||
RPI_ZIP_NAME = 'raspbian_lite_latest.zip'
|
||||
|
||||
Reference in New Issue
Block a user