Jenkinsfile: secret rotation check is gone in bw4
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-08-18 15:35:39 +02:00
parent 7d911ce835
commit 359d069513
Signed by: kunsi
GPG key ID: 12E3D2136B818350

9
Jenkinsfile vendored
View file

@ -34,15 +34,6 @@ pipeline {
"""
}
}
stage('secret rotation') {
steps {
sh """
. venv/bin/activate
export BW_VAULT_DUMMY_MODE=1
bw test -s 'root on,registration_shared_secret'
"""
}
}
stage('determinism') {
steps {
sh """