Added auto doc deploy #2
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -13,7 +13,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Install Dependencies') {
|
||||
steps {
|
||||
sh 'pipenv sync --sequential --dev'
|
||||
sh 'pipenv sync --dev'
|
||||
}
|
||||
}
|
||||
|
||||
@ -48,7 +48,7 @@ pipeline {
|
||||
when {
|
||||
anyOf {
|
||||
branch 'stable'
|
||||
branch 'unstable'
|
||||
branch 'master'
|
||||
buildingTag()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user