Skip to content

Commit 7996bf5

Browse files
env var for code analysis only step
1 parent 39f4806 commit 7996bf5

File tree

1 file changed

+2
-0
lines changed
  • Azure/Azure-Templatized-YML-Pipeline/flyway-11.14/templates

1 file changed

+2
-0
lines changed

Azure/Azure-Templatized-YML-Pipeline/flyway-11.14/templates/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ stages:
8888
displayName: '$(DRIFT_AND_CHANGE_REPORT_DISPLAY_NAME)'
8989
env:
9090
FLYWAY_CLEAN_DISABLED: false
91+
FLYWAY_ENV_NATIVE_SQLFLUFF: true
9192

9293
- task: PublishBuildArtifacts@1
9394
displayName: 'Publish $(DRIFT_AND_CHANGE_REPORT_DISPLAY_NAME)'
@@ -116,6 +117,7 @@ stages:
116117
displayName: '$(DRIFT_AND_CHANGE_REPORT_DISPLAY_NAME)'
117118
env:
118119
FLYWAY_CLEAN_DISABLED: false
120+
FLYWAY_ENV_NATIVE_SQLFLUFF: true
119121

120122
- task: PublishBuildArtifacts@1
121123
displayName: 'Publish $(DRIFT_AND_CHANGE_REPORT_DISPLAY_NAME)'

0 commit comments

Comments
 (0)