revert_: "ci: temporarily disable migration check"

This reverts commit d4c0500200e2decd85668a02dbf6c12d92678322.
This commit is contained in:
Patryk Osmaczko 2024-04-10 12:31:37 +02:00 committed by osmaczko
parent 4bdeff4bdd
commit 853afccfae
1 changed files with 8 additions and 8 deletions

View File

@ -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