1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-15 21:58:46 +02:00

skip checkout when publishing docs

This commit is contained in:
Ell 2023-04-16 13:40:27 +02:00
parent c77ec3765c
commit b289bbd98e

3
Jenkinsfile vendored
View file

@ -31,8 +31,9 @@ pipeline {
}
}
stage('Publish Docs') {
agent { label 'web' }
when { branch 'release' }
agent { label 'web' }
options { skipDefaultCheckout() }
steps {
unstash 'site'
sh 'rm -rf /var/www/MLEM/*'