소스 검색

fix clone gitlab repositories

Espinoza Guillermo 6 년 전
부모
커밋
0916401c5f
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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