Skip to content

Commit d3b4bf2

Browse files
copy results to /tmp (#409)
1 parent 7d0789d commit d3b4bf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/process_results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4444
AWS_DEFAULT_REGION: us-west-2
4545
run: |
46-
aws s3 cp --quiet --recursive "s3://openproblems-nextflow/cwd_main" results/
47-
python workflow/parse_nextflow.py $(pwd)
46+
aws s3 cp --quiet --recursive "s3://openproblems-nextflow/cwd_main" /tmp/results/
47+
python workflow/parse_nextflow.py /tmp
4848
4949
- name: AWS S3 cleanup
5050
env:

0 commit comments

Comments
 (0)