Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 6ac0889d by Tony CHEMIT at 2024-12-12T17:48:03+00:00 Update .gitlab-ci.yml file - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -21,11 +21,11 @@ cache: - ${REPOSITORY_CACHE_DIR} - ${GITLAB_CACHE_DIR} - ${SITE_CACHE_DIR} - - "${BUILD_DIR}/observe/target/*.zip" - - "${BUILD_DIR}/observe/target/*.war" + - "${BUILD_DIR}/.git/observe/target/*.zip" + - "${BUILD_DIR}/.git/observe/target/*.war" .stage_docker: &stage_docker - stage: .pre + stage: .post .stage_build: &stage_build stage: Build .stage_test: &stage_test @@ -100,7 +100,7 @@ trigger-make-release: .automatic: &automatic rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^feature/ + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /^feature/ || $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^feature/ - if: $CI_PIPELINE_SOURCE != 'trigger' build: @@ -136,7 +136,7 @@ release-publish-site: .manual: &manual rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^feature/ + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /^feature/ || $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^feature/ when: manual create-docker: View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/6ac0889d6b10a8f13c7071a096... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/6ac0889d6b10a8f13c7071a096... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT (@tchemit)