Skip to content

Commit 51ce057

Browse files
authored
Removed redundant plugins.clean reference
1 parent d8f3641 commit 51ce057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AzureDevOps/AzureDevOps-Flyway-CICD-Pipeline_Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ stages:
156156
FLYWAY_CLEAN_DISABLED: false # This should only be disabled for temporary sandbox databases, like Build
157157
# Step 3 - Migrate all scripts from the migration folder, to verify they can be deployed against an empty database. This is the quickest way to get feedback about problematic scripts
158158
- script: |
159-
flyway info migrate info -environment="${{parameters.buildStage.TARGET_ENVIRONMENT}}" -user="${{parameters.buildStage.TARGET_DATABASE_USERNAME}}" -password="${{parameters.buildStage.TARGET_DATABASE_PASSWORD}}" "-plugins.clean.mode=all" -baselineOnMigrate=true -configFiles="$(WORKING_DIRECTORY)\flyway.toml" -locations="filesystem:$(WORKING_DIRECTORY)\migrations" "-publishResult=$(FLYWAY_PUBLISH_RESULT)" "-flywayServicePublish.publishReport=$(FLYWAY_PUBLISH_RESULT)" "-reportEnabled=$(FLYWAY_PUBLISH_RESULT)"
159+
flyway info migrate info -environment="${{parameters.buildStage.TARGET_ENVIRONMENT}}" -user="${{parameters.buildStage.TARGET_DATABASE_USERNAME}}" -password="${{parameters.buildStage.TARGET_DATABASE_PASSWORD}}" -baselineOnMigrate=true -configFiles="$(WORKING_DIRECTORY)\flyway.toml" -locations="filesystem:$(WORKING_DIRECTORY)\migrations" "-publishResult=$(FLYWAY_PUBLISH_RESULT)" "-flywayServicePublish.publishReport=$(FLYWAY_PUBLISH_RESULT)" "-reportEnabled=$(FLYWAY_PUBLISH_RESULT)"
160160
continueOnError: false
161161
workingDirectory: '$(WORKING_DIRECTORY)'
162162
condition: and(succeeded(), eq('${{parameters.buildStage.EXECUTE_BUILD}}', true))

0 commit comments

Comments
 (0)