Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: e180cca2 by Tony Chemit at 2024-12-12T23:58:59+01:00 Update .gitlab-ci.yml file - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -58,7 +58,8 @@ cache: name: site script: - 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 - - if [ -n "${PUBLISH_SITE}" ]; then ultreiaio-site-generate-inline; fi + - if [ -n "${PUBLISH_SITE}" ]; then ultreiaio-maven-execute 'clean install -e -DperformRelease -Ptests'; fi + - if [ -n "${PUBLISH_SITE}" ]; then ultreiaio-site-generate-only; fi - if [ -n "${PUBLISH_SITE}" ]; then ultreiaio-git-init; fi - if [ -n "${PUBLISH_SITE}" ]; then bash .mvn/scripts/publish-site.sh; fi View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/e180cca282e4b82c8d4fa82083... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/e180cca282e4b82c8d4fa82083... You're receiving this email because of your account on gitlab.com.