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