Skip to content

Commit

Permalink
fix quoting for ssh command in test-slurm-job
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdecon committed Jul 30, 2019
1 parent 8f6988c commit 74dd930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jenkins-scripts/test-slurm-job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ ssh -v \
-o "StrictHostKeyChecking no" \
-o "UserKnownHostsFile /dev/null" \
-l vagrant \
-i "${HOME}/.ssh/id_rsa 10.0.0.4${GPU}" \
-i "${HOME}/.ssh/id_rsa" \
"10.0.0.4${GPU}" \
srun -n1 hostname

0 comments on commit 74dd930

Please sign in to comment.