Tony CHEMIT pushed to branch develop-5.x at ultreia.io / ird-observe Commits: 777ace02 by Tony CHEMIT at 2017-03-02T15:46:00+01:00 fix builds [skip ci] - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ stages: stage: Test script: - mvn -Padd-git-commit-id-to-project-version -N - - mvn install -am -p application-web -DskipTests -Pdeploy-demo -Dclassifier=latest + - mvn install -am -pl application-web -DskipTests -Pdeploy-demo -Dclassifier=latest build: stage: Build @@ -85,7 +85,7 @@ stage: <<: *test_manual <<: *before_script_clone script: - - apt-get install libc6:i386 libstdc++6:i386 -y + - apt-get update -y && apt-get install libc6-i386 libx32stdc++6 -y - . ~/env/bin/stage.sh "$MASTER" "$DEVELOP" "$STAGE" latest-site: @@ -132,7 +132,7 @@ nightly-demo: staging-demo: <<: *staging script: - - mvn install -am -p application-web -DskipTests -Pdeploy-demo -DperformRelease + - mvn install -am -pl application-web -DskipTests -Pdeploy-demo -DperformRelease staging-site: <<: *staging View it on GitLab: https://gitlab.com/ultreia.io/ird-observe/commit/777ace02ace09c2805805643961...