Disable RelegationUpdater

This commit is contained in:
2025-08-23 21:20:12 +02:00
parent b29e9a813b
commit dc1ebb2b57
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ pipeline {
build wait: false, job: 'TippligaUpdater'
build wait: false, job: 'WTLPokalUpdater'
build wait: false, job: 'SupercupUpdater'
build wait: false, job: 'RelegationUpdater'
// build wait: false, job: 'RelegationUpdater'
// build wait: false, job: 'LigaCupUpdater'
}
}

View File

@@ -9,9 +9,10 @@ public class TLWMatchesUpdaterFootballTest {
public void getUpdateSqlTest1() {
TLWMatchesUpdaterFootball updater = new TLWMatchesUpdaterFootball(season, 1, "Tippliga");
String sql = updater.getUpdateSQL();
String beatifulInfo = updater.getBeautifulInfo();
System.out.println(sql);
// System.out.println(updater.getBeautifulInfo());
// System.out.println(beatifulInfo);
}
@Test