Removed 'syncing website' stage
epsi-builds/msspec_python3/pipeline/head This commit looks good Details

In the CI, the website is not uploaded at the
end of the process for the 'devel' branch.
This commit is contained in:
Sylvain Tricot 2021-09-27 14:33:17 +02:00
parent d6882b57b9
commit 0d6db43597
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -13,9 +13,9 @@ pipeline {
} }
stage('Syncing website...') { stage('Syncing website...') {
steps { steps {
// echo 'Syncing website...' echo 'Syncing website only in master branch, not here in devel branch...'
// sh 'rm -rf $HOME/www/*' // sh 'rm -rf $HOME/www/*'
sh 'cp -a ./doc/build/html/* $HOME/www/' // sh 'cp -a ./doc/build/html/* $HOME/www/'
} }
} }