Skip to content
Snippets Groups Projects
Commit 5652ebd5 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Printing public key

parent dc555080
No related branches found
No related tags found
No related merge requests found
Pipeline #3529 failed
......@@ -20,6 +20,8 @@ echo "compilation type: $comp_type"
echo "Branch name: $branch"
echo "GPU compilation: $with_gpu"
echo "Content: $(ls $HOME/.ssh)"
echo "Public Key: $(cat $HOME/.ssh/id_rsa.pub)"
if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
echo "CentOS node"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment