SSH agent wrapper removed

This commit is contained in:
Игорь Чудов 2019-10-04 15:53:22 +04:00
parent 70bed02f03
commit 37f5e4dde2
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -101,9 +101,6 @@ platforms.each { platform ->
}
}
}
wrappers {
sshAgent('robot_key')
}
steps {
shell('/usr/bin/env MIRRORS_DEST=${MIRRORS_DEST} MIRRORS_SRC=${MIRRORS_SRC} PLATFORM=${PLATFORM} ./scripts/sync_alt_repo')
}