fixup-vars

Dustin 2020-03-16 21:06:54 -05:00
parent 04b104ac82
commit 4c85726c99
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ def call(rw_pattern, stages) {
)
image.inside {
withEnv(["KRB5CCNAME=${WORKSPACE}/.krb5cc"]) {
stageKinit()
this.stageKinit()
try {
stageRemountRW(rw_pattern)
generateStages(stages)