Removed 'syncing website' stage
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
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:
parent
d6882b57b9
commit
0d6db43597
|
@ -13,9 +13,9 @@ pipeline {
|
|||
}
|
||||
stage('Syncing website...') {
|
||||
steps {
|
||||
// echo 'Syncing website...'
|
||||
echo 'Syncing website only in master branch, not here in devel branch...'
|
||||
// sh 'rm -rf $HOME/www/*'
|
||||
sh 'cp -a ./doc/build/html/* $HOME/www/'
|
||||
// sh 'cp -a ./doc/build/html/* $HOME/www/'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue