Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 6d2cf6e4 by Tony CHEMIT at 2017-03-22T13:23:39+01:00 fix builds - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ stages: - '[[ -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/maven.ultreia.io/env.git) + - (cd ~ ; git clone ssh://git@gitlab.com/ultreiaio/env.git) - . ~/env/bin/prepare-env.sh .before_script_clone: &before_script_clone @@ -38,7 +38,7 @@ stages: - '[[ -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/maven.ultreia.io/env.git) + - (cd ~ ; git clone ssh://git@gitlab.com/ultreiaio/env.git) - . ~/env/bin/prepare-env-with-clone.sh "$CI_PROJECT_PATH" "$CI_PROJECT_NAME" .env_test: &env_test View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/6d2cf6e4142d925b62491404f91c...
participants (1)
-
Tony CHEMIT