ci_: temporarily disable migration check
Temporary, to cherry-pick migration from release branch.
This commit is contained in:
parent
dcf3ed2388
commit
448758e64a
|
@ -72,14 +72,14 @@ pipeline {
|
|||
} }
|
||||
}
|
||||
|
||||
stage('Migration') {
|
||||
when { // https://github.com/status-im/status-go/issues/4993#issuecomment-2022685544
|
||||
expression { !isTestNightlyJob() }
|
||||
}
|
||||
steps { script {
|
||||
nix.shell('make migration-check', pure: false)
|
||||
} }
|
||||
}
|
||||
// stage('Migration') {
|
||||
// when { // https://github.com/status-im/status-go/issues/4993#issuecomment-2022685544
|
||||
// expression { !isTestNightlyJob() }
|
||||
// }
|
||||
// steps { script {
|
||||
// nix.shell('make migration-check', pure: false)
|
||||
// } }
|
||||
// }
|
||||
|
||||
stage('Commit') {
|
||||
when { // https://github.com/status-im/status-go/issues/4993#issuecomment-2022685544
|
||||
|
|
Loading…
Reference in New Issue