Jenkinsfile: ignore some data when checking secret rotation
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
6ecdb5be47
commit
ab17a290ed
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -36,7 +36,7 @@ pipeline {
|
||||||
sh """
|
sh """
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
export BW_VAULT_DUMMY_MODE=1
|
export BW_VAULT_DUMMY_MODE=1
|
||||||
bw test -s ''
|
bw test -s 'root on,registration_shared_secret'
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue