revert_: "ci: temporarily disable migration check"
This reverts commit d4c0500200e2decd85668a02dbf6c12d92678322.
This commit is contained in:
parent
4bdeff4bdd
commit
853afccfae
|
@ -72,14 +72,14 @@ pipeline {
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
|
|
||||||
// stage('Migration') {
|
stage('Migration') {
|
||||||
// when { // https://github.com/status-im/status-go/issues/4993#issuecomment-2022685544
|
when { // https://github.com/status-im/status-go/issues/4993#issuecomment-2022685544
|
||||||
// expression { !isTestNightlyJob() }
|
expression { !isTestNightlyJob() }
|
||||||
// }
|
}
|
||||||
// steps { script {
|
steps { script {
|
||||||
// nix.shell('make migration-check', pure: false)
|
nix.shell('make migration-check', pure: false)
|
||||||
// } }
|
} }
|
||||||
// }
|
}
|
||||||
|
|
||||||
stage('Commit') {
|
stage('Commit') {
|
||||||
when { // https://github.com/status-im/status-go/issues/4993#issuecomment-2022685544
|
when { // https://github.com/status-im/status-go/issues/4993#issuecomment-2022685544
|
||||||
|
|
Loading…
Reference in New Issue