Skip to content

Commit

Permalink
Removed interactive -it from docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
RaiqaRasool committed Jul 23, 2024
1 parent 37b0b11 commit aac9896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/halld_recon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Run AlmaLinux 9 Container with CVMFS Mount
run: |
docker run -it --rm \
docker run --rm \
--mount type=bind,source=/cvmfs,target=/cvmfs \
raiqarasool/rjones-gluex:latest /bin/bash -c "
echo 'Running inside AlmaLinux container...'
Expand Down

0 comments on commit aac9896

Please sign in to comment.