Skip to content

Commit 848dee5

Browse files
committed
remove local run and xml files
1 parent 5fb1734 commit 848dee5

4 files changed

Lines changed: 2 additions & 11255 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ lazy val ecrRepositorySettings =
412412
}
413413

414414
lazy val notificationworkerlambda = lambda("notificationworkerlambda", "notificationworkerlambda", Some("com.gu.notifications.worker.TopicCounterLocalRun"))
415-
.dependsOn(common, football % "compile->compile;test->compile")
415+
.dependsOn(common)
416416
.enablePlugins(DockerPlugin)
417417
.enablePlugins(JavaAppPackaging)
418418
.settings(ecrRepositorySettings: _*)
@@ -493,4 +493,4 @@ lazy val liveactivities = lambda("liveactivities", "liveactivities", Some("com.g
493493
Test / testOnly := (Test / testOnly).dependsOn(startDynamoDBLocal).evaluated,
494494
Test / testQuick := (Test / testQuick).dependsOn(startDynamoDBLocal).evaluated,
495495
Test / testOptions += dynamoDBLocalTestCleanup.value,
496-
)
496+
)

football/src/test/resources/worldcup/match-day.xml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)