瀏覽代碼

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