Skip to content

Commit

Permalink
ci(evaluation): envvar syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Nov 11, 2024
1 parent f1e81b2 commit 9e9d165
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/algorithm-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
docker run \
-e INPUT=tmp.edf \
-e OUTPUT=tmp.tsv \
-e AWS_BUCKET=AWS_BUCKET \
-e AWS_REGION=AWS_DEFAULT_REGION \
-e AWS_ACCESS_KEY=AWS_ACCESS_KEY \
-e AWS_SECRET_KEY=AWS_SECRET_KEY \
-e AWS_BUCKET="${AWS_BUCKET}" \
-e AWS_REGION="${AWS_DEFAULT_REGION}" \
-e AWS_ACCESS_KEY="${AWS_ACCESS_KEY}" \
-e AWS_SECRET_KEY="${AWS_SECRET_KEY}" \
-v ./predictions:/output:rw \
-v ./data:/data:ro \
--network none \
Expand Down

0 comments on commit 9e9d165

Please sign in to comment.