Trigger repo synchronizations using cron

This commit is contained in:
Игорь Чудов 2019-10-04 16:47:05 +04:00
parent a230a4d13d
commit 816728a377
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -126,6 +126,9 @@ platforms.each { platform ->
}
}
}
triggers {
cron('29 3,7,9 * * *')
}
steps {
shell('/usr/bin/env MIRRORS_DEST=${MIRRORS_DEST} MIRRORS_SRC=${MIRRORS_SRC} PLATFORM=${PLATFORM} /bin/sh ./scripts/sync_alt_repo')
}