Tony CHEMIT pushed to branch develop-5.x at ultreiaio / ird-observe
Commits:
-
0a49fab0
by Tony CHEMIT at 2017-06-13T22:07:12+02:00
1 changed file:
Changes:
| ... | ... | @@ -89,7 +89,20 @@ stage: |
| 89 | 89 |
- wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
| 90 | 90 |
- wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
|
| 91 | 91 |
|
| 92 |
-deploy-snapshot:
|
|
| 92 |
+stage-5:
|
|
| 93 |
+ <<: *env_staging
|
|
| 94 |
+ <<: *test_manual
|
|
| 95 |
+ <<: *before_script_clone
|
|
| 96 |
+ script:
|
|
| 97 |
+ - git checkout develop-5.x
|
|
| 98 |
+ - apt-get update -y && apt-get install libc6-i386 libx32stdc++6 -y
|
|
| 99 |
+ - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
|
| 100 |
+ - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
|
|
| 101 |
+ - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 102 |
+ - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
|
| 103 |
+ - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 104 |
+ |
|
| 105 |
+latest-snapshot:
|
|
| 93 | 106 |
<<: *env_staging
|
| 94 | 107 |
<<: *test_manual
|
| 95 | 108 |
script:
|