diff --git a/Jenkinsfile b/Jenkinsfile index 213dc6c..ca6398e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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() } }