GitLab CI Kotlin DSL • opensavvy.gitlab.ci.plugins • Pacman
Pacman
Integrates Pacman into your build.
This plugin adds the pacman extension to scripts:
val deploy by job {
image("archlinux:latest")
script {
pacman.sync("git")
shell("git describe")
}
}
Types
Functions
fun sync(vararg pkg: String): ERROR CLASS: Unresolved name: with
Executes pacman -Syuu pkg.