Invert check on resume.

This commit is contained in:
Manuele Simi 2020-01-13 17:53:07 +01:00
parent 9734f1d9f2
commit d5a637bae6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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}"