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 improve builds - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,7 +89,20 @@ stage: - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash -deploy-snapshot: +stage-5: + <<: *env_staging + <<: *test_manual + <<: *before_script_clone + script: + - git checkout develop-5.x + - apt-get update -y && apt-get install libc6-i386 libx32stdc++6 -y + - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash + - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash + - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash + - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash + - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash + +latest-snapshot: <<: *env_staging <<: *test_manual script: View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/0a49fab09ae538d94eceff1dd6a7... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/0a49fab09ae538d94eceff1dd6a7... You're receiving this email because of your account on gitlab.com.