Ver Fonte

fix clone gitlab repositories

Espinoza Guillermo há 6 anos atrás
pai
commit
0916401c5f
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      tools/execute.sh

+ 1 - 2
tools/execute.sh

@@ -1,8 +1,7 @@
 #!/bin/bash
 
 chmod 400 /opt/keys/*
-eval $(ssh-agent)
-ssh-add /opt/keys/bitbucket.id_rsa
+eval $(ssh-agent) ; ssh-add /opt/keys/gitlab.id_rsa
 
 if [ "$1" == "bash" ];
 then