Skip to content

Commit

Permalink
Fix failing storage test #5780
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Sep 19, 2024
1 parent 05dfc19 commit 6acee18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ This library is meant to increase code reuse among our applications, not to be a
[Typesafe]: https://lightbend.github.io/config/



## Usage

If you work at Wellcome:
Expand Down
1 change: 1 addition & 0 deletions builds/run_sbt_task_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ docker run --tty --rm \
-e AWS_ACCESS_KEY_ID="${AWS_ACCESS_KEY_ID:-}" \
-e AWS_SECRET_KEY="${AWS_SECRET_KEY:-}" \
-e AWS_SESSION_TOKEN="${AWS_SESSION_TOKEN:-}" \
-e AWS_REGION="${AWS_REGION:-}" \
--volume ~/.sbt:/root/.sbt \
--volume ~/.ivy2:/root/.ivy2 \
--volume "$HOST_COURSIER_CACHE:/root/$LINUX_COURSIER_CACHE" \
Expand Down

0 comments on commit 6acee18

Please sign in to comment.