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

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -58,7 +58,8 @@ cache:
    58 58
         name: site
    
    59 59
       script:
    
    60 60
         - if [[ -n "${PUBLISH_SITE}" && ! -d "${SITE_CACHE_DIR}" ]]; then ( git clone ${CI_REPOSITORY_URL} ${SITE_CACHE_DIR} ; cd ${SITE_CACHE_DIR} ; git checkout pages ); fi
    
    61
    -    - if [ -n "${PUBLISH_SITE}" ]; then ultreiaio-site-generate-inline; fi
    
    61
    +    - if [ -n "${PUBLISH_SITE}" ]; then ultreiaio-maven-execute 'clean install -e -DperformRelease -Ptests'; fi
    
    62
    +    - if [ -n "${PUBLISH_SITE}" ]; then ultreiaio-site-generate-only; fi
    
    62 63
         - if [ -n "${PUBLISH_SITE}" ]; then ultreiaio-git-init; fi
    
    63 64
         - if [ -n "${PUBLISH_SITE}" ]; then bash .mvn/scripts/publish-site.sh; fi
    
    64 65