Browse Source

fix gitlab-ci config file extension

Olivier Massot 2 years ago
parent
commit
010e7ece53
1 changed files with 7 additions and 7 deletions
  1. 7 7
      .gitlab-ci.yml

+ 7 - 7
.gitlab-ci.yaml → .gitlab-ci.yml

@@ -10,13 +10,13 @@ before_script:
   - apt-get -yqq install zip unzip git openssh-client
 
   # Run ssh-agent and add private key
-  - eval $(ssh-agent -s)
-  - mkdir -p ~/.ssh
-  - chmod 700 ~/.ssh
-  - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
-  - ssh-add <(echo "$SSH_PRIVATE_KEY")
-  - git config --global user.email "exploitation@opentalent.fr"
-  - git config --global user.name "git"
+#  - eval $(ssh-agent -s)
+#  - mkdir -p ~/.ssh
+#  - chmod 700 ~/.ssh
+#  - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
+#  - ssh-add <(echo "$SSH_PRIVATE_KEY")
+#  - git config --global user.email "exploitation@opentalent.fr"
+#  - git config --global user.name "git"
 
   # install yarn
   - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -