parent
caf3de1190
commit
c98acf76f9
|
@ -74,6 +74,9 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Migration') {
|
stage('Migration') {
|
||||||
|
when { // https://github.com/status-im/status-go/issues/4993#issuecomment-2022685544
|
||||||
|
expression { !isTestNightlyJob() }
|
||||||
|
}
|
||||||
steps { script {
|
steps { script {
|
||||||
nix.shell('make migration-check', pure: false)
|
nix.shell('make migration-check', pure: false)
|
||||||
} }
|
} }
|
||||||
|
|
Loading…
Reference in New Issue