Tony CHEMIT pushed to branch develop-5.x at ultreia.io / ird-observe Commits: 82e6592a by Tony CHEMIT at 2017-03-02T11:56:37+01:00 fix release build - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,6 +85,7 @@ stage: <<: *test_manual <<: *before_script_clone script: + - apt-get install libc6:i386 libstdc++6:i386 -y - . ~/env/bin/stage.sh "$MASTER" "$DEVELOP" "$STAGE" latest-site: @@ -106,6 +107,7 @@ nightly-build: stage: Build <<: *nightly script: + - apt-get install libc6:i386 libstdc++6:i386 -y - mvn clean verify -DperformRelease nightly-site: @@ -130,7 +132,7 @@ nightly-demo: staging-demo: <<: *staging script: - - mvn install -am -p application-web -DskipTests -Pdeploy-demo + - mvn install -am -p application-web -DskipTests -Pdeploy-demo -DperformRelease staging-site: <<: *staging View it on GitLab: https://gitlab.com/ultreia.io/ird-observe/commit/82e6592aa71973dd76068311bc4...
participants (1)
-
Tony CHEMIT