|
@@ -10,13 +10,13 @@ before_script:
|
|
|
- apt-get -yqq install zip unzip git openssh-client
|
|
- apt-get -yqq install zip unzip git openssh-client
|
|
|
|
|
|
|
|
# Run ssh-agent and add private key
|
|
# 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
|
|
# install yarn
|
|
|
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
|
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|