Skip to content

Commit

Permalink
formatting error + rename pipeline step
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesgaroux committed Sep 2, 2024
1 parent 003de12 commit 372e718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:
- command: |
./builds/run_linting.sh
# cat .reports/scalafmt.out | .buildkite/scripts/report_sbt_warnings.sh
label: "autoformat"
label: "linting"
soft_fail:
- exit_status: 2
agents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import weco.typesafe.WellcomeTypesafeApp
object Main extends WellcomeTypesafeApp {
val ingestor = new IngestorMain(
name = "images",
inputIndexField = "es.augmented-images.index",
inputIndexField = "es.augmented-images.index",
outputIndexField = "es.indexed-images.index",
transform = ImageTransformer.deriveData
)
Expand Down

0 comments on commit 372e718

Please sign in to comment.