fix: refs #5483 No apply changes of db in dev
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
c96e380ba6
commit
c80c8a5678
|
@ -101,6 +101,7 @@ pipeline {
|
|||
}
|
||||
stage('Database') {
|
||||
when { anyOf {
|
||||
branch 'dev'
|
||||
branch 'test'
|
||||
branch 'master'
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue