Skip to content

Commit

Permalink
Fix docker rm CLI flags
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Feb 21, 2024
1 parent c624a0b commit a045c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
do
docker cp ${container_id}:${container_working_dir}/${file_or_dir} ./${file_or_dir}
done
docker rm --verbose ${container_id}
docker rm --force --volumes ${container_id}
ls -ltr .
- name: Upload copied build artifacts
Expand Down

0 comments on commit a045c8c

Please sign in to comment.