Remove when statement from Push

This commit is contained in:
iFargle
2023-02-08 13:17:11 +09:00
parent 1e20bba909
commit 1050478285

1
Jenkinsfile vendored
View File

@@ -37,7 +37,6 @@ pipeline {
}
}
stage('Push') {
when { branch 'testing' }
options { timeout(time: 5, unit: 'MINUTES') }
steps {
script {