We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0789d commit d3b4bf2Copy full SHA for d3b4bf2
1 file changed
.github/workflows/process_results.yml
@@ -43,8 +43,8 @@ jobs:
43
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
44
AWS_DEFAULT_REGION: us-west-2
45
run: |
46
- aws s3 cp --quiet --recursive "s3://openproblems-nextflow/cwd_main" results/
47
- python workflow/parse_nextflow.py $(pwd)
+ aws s3 cp --quiet --recursive "s3://openproblems-nextflow/cwd_main" /tmp/results/
+ python workflow/parse_nextflow.py /tmp
48
49
- name: AWS S3 cleanup
50
env:
0 commit comments