Testing with Jenkins
All checks were successful
Gitea Organization/dotfiles/pipeline/head This commit looks good

This commit is contained in:
Mutzi 2023-02-11 16:36:38 +01:00
parent 181a2e3753
commit a2bdd281cc

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
}
environment {
RUSTFLAGS = '-C target-feature=+crt-static -C link-self-contained=yes -C link-arg=-s'
TOKEN = credentials('gitea-key')
TOKEN = credentials('abd7020c-43d6-485b-ae09-2f9b484d9c15')
}
steps {
sh 'apk add pkgconf musl-dev curl'