Skip to content

Commit

Permalink
fixing slurm config file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Feb 13, 2024
1 parent 977152f commit 848328f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: |
docker run -d -p 2222:22 --name slurm-container slurm-image
docker exec slurm-container ls -l /etc/slurm/slurm.conf
docker exec slurm-container chown slurmuser:slurmgroup /etc/slurm/slurm.conf
docker exec slurm-container chmod +r /etc/slurm/slurm.conf
docker exec slurm-container ls -l /etc/slurm/slurm.conf
Expand Down

0 comments on commit 848328f

Please sign in to comment.