Skip to content

Commit

Permalink
Remove --only-show-errors from container upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HippocampusGirl committed Dec 10, 2024
1 parent 4398332 commit 18a4bfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ jobs:
apptainer exec "${image_file}" score --help
# Upload the container
aws s3 mv \
--only-show-errors \
--acl public-read \
"${image_file}" \
"s3://download-gwas-science/singularity/"
Expand All @@ -191,7 +190,6 @@ jobs:
apptainer exec "${image_file}" score --help
# Upload the container
aws s3 mv \
--only-show-errors \
--acl public-read \
"${image_file}" \
"s3://download-gwas-science/singularity/"

0 comments on commit 18a4bfa

Please sign in to comment.