Trying to get the skip to work
All checks were successful
Gitsokyo/bot-base/pipeline/pr-master This commit looks good

This commit is contained in:
Suwako Moriya 2020-04-26 21:25:19 +02:00
parent 81f63111e6
commit c27e1a3ef3
Signed by: SuwakoMmh
GPG Key ID: A27482B806F13CD5

4
Jenkinsfile vendored
View File

@ -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()
} }
} }