Skip to content

Commit

Permalink
Re-enable DB migration on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
danlysiak authored Nov 13, 2023
1 parent a046fc8 commit 7cf4fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ def product = "opal"
def component = "account-enquiry"

withPipeline(type, product, component) {
// enableDbMigration(product)
enableDbMigration(product)
}

0 comments on commit 7cf4fcd

Please sign in to comment.