Skip to content

Commit

Permalink
Merge pull request #815 from wellcomecollection/Remove-outdated-relea…
Browse files Browse the repository at this point in the history
…se-related-code

Remove outdated release-related code #5787
  • Loading branch information
kenoir authored Oct 28, 2024
2 parents 24b926c + ffc09b4 commit 4b23d00
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
10 changes: 0 additions & 10 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,3 @@ lazy val snapshot_generator = setupProject(
localDependencies = Seq(display, search_common),
externalDependencies = CatalogueDependencies.snapshotGeneratorDependencies
)

// AWS Credentials to read from S3

s3CredentialsProvider := { _ =>
val builder = new STSAssumeRoleSessionCredentialsProvider.Builder(
"arn:aws:iam::760097843905:role/terraform-20210811133135108800000001",
UUID.randomUUID().toString
)
builder.build()
}
3 changes: 0 additions & 3 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ object Common {
val settings: Seq[Def.Setting[_]] = Seq(
scalaVersion := "2.12.19",
organization := "weco",
resolvers ++= Seq(
"Wellcome releases" at "s3://releases.mvn-repo.wellcomecollection.org/"
),
scalacOptions ++= Seq(
"-deprecation",
"-unchecked",
Expand Down
13 changes: 0 additions & 13 deletions project/Publish.scala

This file was deleted.

0 comments on commit 4b23d00

Please sign in to comment.