fixed extra brace
Gitea/Baltimore-hackthebox-knowledgebase/pipeline/head There was a failure building this commit Details

pull/1/head
s00ner 2022-02-18 15:28:53 -05:00
parent bca8497706
commit 89aad3b221
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -15,8 +15,6 @@ pipeline {
rsync --recursive --exclude 'Jenkinsfile' --delete ./baltimore-hackthebox-knowledgebase/ /home/mdbook/wiki/src/;
rm -rf $(pwd);
'''
}
}
}
}