Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
6d2cf6e4
by Tony CHEMIT at 2017-03-22T13:23:39+01:00
1 changed file:
Changes:
| ... | ... | @@ -23,7 +23,7 @@ stages: |
| 23 | 23 |
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
| 24 | 24 |
- git config --global user.name $GITLAB_USER_ID
|
| 25 | 25 |
- git config --global user.email $GITLAB_USER_EMAIL
|
| 26 |
- - (cd ~ ; git clone ssh://git@gitlab.com/maven.ultreia.io/env.git)
|
|
| 26 |
+ - (cd ~ ; git clone ssh://git@gitlab.com/ultreiaio/env.git)
|
|
| 27 | 27 |
- . ~/env/bin/prepare-env.sh
|
| 28 | 28 |
|
| 29 | 29 |
.before_script_clone: &before_script_clone
|
| ... | ... | @@ -38,7 +38,7 @@ stages: |
| 38 | 38 |
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
| 39 | 39 |
- git config --global user.name $GITLAB_USER_ID
|
| 40 | 40 |
- git config --global user.email $GITLAB_USER_EMAIL
|
| 41 |
- - (cd ~ ; git clone ssh://git@gitlab.com/maven.ultreia.io/env.git)
|
|
| 41 |
+ - (cd ~ ; git clone ssh://git@gitlab.com/ultreiaio/env.git)
|
|
| 42 | 42 |
- . ~/env/bin/prepare-env-with-clone.sh "$CI_PROJECT_PATH" "$CI_PROJECT_NAME"
|
| 43 | 43 |
|
| 44 | 44 |
.env_test: &env_test
|