Skip to content

Commit

Permalink
fix IT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scottreisdorf committed Dec 13, 2018
1 parent fa5cd41 commit e9705db
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ public boolean isTargetVersion(KyloVersion version) {
return version.matches("0.10", "0", "");
}

@Override
public boolean isTargetFreshInstall(KyloVersion finalVersion) {
return true;
}

@Override
public void upgradeTo(final KyloVersion targetVersion) {
log.info("Creating default catalog data sources: {}", targetVersion);
Expand Down

0 comments on commit e9705db

Please sign in to comment.