Skip to content

Commit

Permalink
try that
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesgaroux committed Aug 27, 2024
1 parent 0d38a85 commit aad6546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builds/run_formatting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker run --tty --rm \
--workdir /repo \
"public.ecr.aws/hashicorp/terraform:light" fmt -recursive

./builds/run_sbt_task_in_docker.sh "scalafmt"
./builds/run_sbt_task_in_docker.sh "scalafmt" AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_KEY=$AWS_SECRET_KEY

# Undo any formatting changes to the source_model code copied from
# the pipeline repo. Ideally I'd have scalafmt ignore them, but I
Expand Down

0 comments on commit aad6546

Please sign in to comment.