Sfoglia il codice sorgente

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

Espinoza Guillermo 6 anni fa
parent
commit
98ef90be7b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 \