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

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -45,7 +45,7 @@ stages:
    45 45
     
    
    46 46
     .deploy_site: &deploy_site
    
    47 47
       script:
    
    48
    -    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean install/' | bash
    
    48
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean install -DskipTests/' | bash
    
    49 49
         - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/site -DperformRelease scm-publish:publish-scm/' | bash
    
    50 50
     
    
    51 51
     .deploy_demo_latest: &deploy_demo_latest