Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -116,7 +116,7 @@ nightly-build:
    116 116
       stage: Build
    
    117 117
       <<: *nightly
    
    118 118
       script:
    
    119
    -    - mvn clean verify -DperformRelease
    
    119
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean verify -DperformRelease/' | bash
    
    120 120
     
    
    121 121
     nightly-site:
    
    122 122
       stage: Test
    
    ... ... @@ -140,13 +140,13 @@ nightly-demo:
    140 140
     staging-demo:
    
    141 141
       <<: *staging
    
    142 142
       script:
    
    143
    -    - mvn install -am -pl t3-web -DskipTests -Pdeploy-demo -DperformRelease
    
    143
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/install -am -pl t3-web -DskipTests -Pdeploy-demo -DperformRelease/' | bash
    
    144 144
     
    
    145 145
     staging-site:
    
    146 146
       <<: *staging
    
    147 147
       <<: *deploy_site
    
    148 148
     
    
    149
    -release:
    
    149
    +staging-release:
    
    150 150
       <<: *staging
    
    151 151
       when: manual
    
    152 152
       script: