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') {
|
stage('Database') {
|
||||||
when { anyOf {
|
when { anyOf {
|
||||||
|
branch 'dev'
|
||||||
branch 'test'
|
branch 'test'
|
||||||
branch 'master'
|
branch 'master'
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue