Tony CHEMIT pushed to branch develop-9.0.x at ultreiaio / ird-observe Commits: 0c6c5e20 by Tony Chemit at 2022-10-30T20:09:23+01:00 I can't afford to pay 10$ each week for some build that takes too much time to save cache or other things :( Gitlab -1 - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -97,25 +97,25 @@ trigger-make-release: ### AUTOMATIC JOBS ### ################################################################################################### -.automatic: &automatic - only: - - /^develop.*$/i - - /^feature/.+$/i - except: - - triggers - -build: - <<: *stage_build - <<: *automatic - script: - - ultreiaio-maven-execute 'clean install -U -DskipITs' - -build-for-release: - <<: *stage_test - <<: *automatic - <<: *build-for-release - before_script: - - export BUILD_FOR_RELEASE=true +#.automatic: &automatic +# only: +# - /^develop.*$/i +# - /^feature/.+$/i +# except: +# - triggers +# +#build: +# <<: *stage_build +# <<: *automatic +# script: +# - ultreiaio-maven-execute 'clean install -U -DskipITs' +# +#build-for-release: +# <<: *stage_test +# <<: *automatic +# <<: *build-for-release +# before_script: +# - export BUILD_FOR_RELEASE=true ################################################################################################### ### AUTOMATIC RELEASE JOBS ### View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/0c6c5e20e8979820e5404f007f... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/0c6c5e20e8979820e5404f007f... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT (@tchemit)