Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: c81c4a29 by Tony CHEMIT at 2017-04-14T09:57:53+02:00 review builds init - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,10 +18,8 @@ stages: - ssh-add <(echo "$SSH_PRIVATE_KEY") - mkdir -p ~/.ssh - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - - git config --global user.name $GITLAB_USER_ID - - git config --global user.email $GITLAB_USER_EMAIL - (cd ~ ; git clone ssh://git@gitlab.com/ultreiaio/env.git) - - . ~/env/bin/prepare-env.sh + - . ~/env/bin/prepare-env.sh "$GITLAB_USER_ID" "$GITLAB_USER_EMAIL" .before_script_clone: &before_script_clone before_script: @@ -30,10 +28,8 @@ stages: - ssh-add <(echo "$SSH_PRIVATE_KEY") - mkdir -p ~/.ssh - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - - git config --global user.name $GITLAB_USER_ID - - git config --global user.email $GITLAB_USER_EMAIL - (cd ~ ; git clone ssh://git@gitlab.com/ultreiaio/env.git) - - . ~/env/bin/prepare-env-with-clone.sh "$CI_PROJECT_PATH" "$CI_PROJECT_NAME" + - . ~/env/bin/prepare-env-with-clone.sh "$CI_PROJECT_PATH" "$CI_PROJECT_NAME" "$GITLAB_USER_ID" "$GITLAB_USER_EMAIL" .env_test: &env_test environment: View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/c81c4a29d6fcc2483eba79a2d8e8... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/c81c4a29d6fcc2483eba79a2d8e8... You're receiving this email because of your account on gitlab.com.