Invert check on resume.
This commit is contained in:
parent
9734f1d9f2
commit
d5a637bae6
|
@ -166,7 +166,7 @@ pipeline {
|
|||
stage('initialize local repository') {
|
||||
steps {
|
||||
script {
|
||||
if (resume) {
|
||||
if (!resume) {
|
||||
sh '''
|
||||
echo "REMOVE_LOCAL_REPO: ${REMOVE_LOCAL_REPO}"
|
||||
echo "CLEANUP_GCUBE_REPO: ${CLEANUP_GCUBE_REPO}"
|
||||
|
|
Loading…
Reference in New Issue