Skip to content

Commit ee0fa5e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AzureDevOps/AzureDevOps-Flyway-CICD-Pipeline_Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ stages:
144144
FLYWAY_CLEAN_DISABLED: false # This should only be disabled for temporary sandbox databases, like Build
145145
# 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
146146
- script: |
147-
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)"
147+
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)"
148148
continueOnError: false
149149
workingDirectory: '$(WORKING_DIRECTORY)'
150150
condition: and(succeeded(), eq('${{parameters.buildStage.EXECUTE_BUILD}}', true))

0 commit comments

Comments
 (0)