瀏覽代碼

new ssh keys added. Related to https://gitlab.com/interlink-sa/flowdat3/modules/base/issues/12

Espinoza Guillermo 6 年之前
父節點
當前提交
98ef90be7b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -9,6 +9,7 @@ COPY docsis.sh /opt
 RUN chmod 0600 /opt/keys/*; \
     eval $(ssh-agent); \
     ssh-add /opt/keys/bitbucket.id_rsa; \
+    ssh-add /opt/keys/gitlab.id_rsa; \
     rm -f app/config/parameters.yml \
           app/config/bundles/hwi/oauth-bundle/parameters.yml \
           app/config/bundles/ik/audit-bundle/parameters.yml \