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

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -47,19 +47,19 @@ stages:
    47 47
     
    
    48 48
     .deploy_site: &deploy_site
    
    49 49
       script:
    
    50
    -    - mvn clean install site -DperformRelease scm-publish:publish-scm
    
    50
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean install site -DperformRelease scm-publish:publish-scm/' | bash
    
    51 51
     
    
    52 52
     .deploy_demo_latest: &deploy_demo_latest
    
    53 53
       stage: Test
    
    54 54
       script:
    
    55
    -    - mvn -Padd-git-commit-id-to-project-version -N
    
    56
    -    - mvn install -am -pl t3-web -DskipTests -Pdeploy-demo -Dclassifier=latest
    
    55
    +  - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/-Padd-git-commit-id-to-project-version -N/' | bash
    
    56
    +  - 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 -Dclassifier=latest/' | bash
    
    57 57
     
    
    58 58
     build:
    
    59 59
       stage: Build
    
    60 60
       <<: *before_script_default
    
    61 61
       script:
    
    62
    -    - mvn clean verify
    
    62
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean verify/' | bash
    
    63 63
       only:
    
    64 64
         - develop
    
    65 65
         - feature/*