[Git][ultreiaio/ird-t3][develop] review builds init
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3 Commits: c8730e02 by Tony CHEMIT at 2017-04-14T09:57:06+02:00 review builds init - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,10 +19,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: @@ -32,10 +30,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-t3/commit/c8730e028e883341f2379efbace7bac0b... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/c8730e028e883341f2379efbace7bac0b... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT