Tony CHEMIT pushed to branch develop-5.x at ultreia.io / ird-observe

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -58,7 +58,7 @@ stages:
    58 58
       stage: Test
    
    59 59
       script:
    
    60 60
         - mvn -Padd-git-commit-id-to-project-version -N
    
    61
    -    - mvn install -am -p application-web -DskipTests -Pdeploy-demo -Dclassifier=latest
    
    61
    +    - mvn install -am -pl application-web -DskipTests -Pdeploy-demo -Dclassifier=latest
    
    62 62
     
    
    63 63
     build:
    
    64 64
       stage: Build
    
    ... ... @@ -85,7 +85,7 @@ stage:
    85 85
       <<: *test_manual
    
    86 86
       <<: *before_script_clone
    
    87 87
       script:
    
    88
    -    - apt-get install libc6:i386 libstdc++6:i386 -y
    
    88
    +    - apt-get update -y && apt-get install libc6-i386 libx32stdc++6 -y
    
    89 89
         - . ~/env/bin/stage.sh "$MASTER" "$DEVELOP" "$STAGE"
    
    90 90
     
    
    91 91
     latest-site:
    
    ... ... @@ -132,7 +132,7 @@ nightly-demo:
    132 132
     staging-demo:
    
    133 133
       <<: *staging
    
    134 134
       script:
    
    135
    -    - mvn install -am -p application-web -DskipTests -Pdeploy-demo -DperformRelease
    
    135
    +    - mvn install -am -pl application-web -DskipTests -Pdeploy-demo -DperformRelease
    
    136 136
     
    
    137 137
     staging-site:
    
    138 138
       <<: *staging