Skip to content

Commit

Permalink
test: correction
Browse files Browse the repository at this point in the history
  • Loading branch information
lrm25 committed Jan 17, 2025
1 parent 249ab45 commit 74f80da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cp tests/.secrets.default tests/.secrets
docker build \
--build-arg="GO_LIBRARY=go1.21.13.linux-amd64.tar.gz" \
--build-arg="AWS_CLI=awscli-exe-linux-x86_64.zip" \
--build-arg="AWS_CLI=awscli-exe-linux-x86_64-2.22.35.zip" \
--build-arg="MC_FOLDER=linux-amd64" \
--progress=plain \
-f tests/Dockerfile_test_bats \
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile_test_bats
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ARG SECRETS_FILE=tests/.secrets
ARG CONFIG_FILE=tests/.env.docker
ARG GO_LIBRARY=go1.21.13.linux-arm64.tar.gz
ARG AWS_CLI=awscli-exe-linux-aarch64-2.22.35.zip
ARG AWS_CLI=awscli-exe-linux-aarch64.zip
ARG MC_FOLDER=linux-arm64

ENV TZ=Etc/UTC
Expand Down

0 comments on commit 74f80da

Please sign in to comment.