Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
d1fafc3e
by Tony Chemit at 2022-10-30T20:09:37+01:00
1 changed file:
Changes:
| ... | ... | @@ -97,25 +97,25 @@ trigger-make-release: |
| 97 | 97 | ### AUTOMATIC JOBS ###
|
| 98 | 98 | ###################################################################################################
|
| 99 | 99 | |
| 100 | -.automatic: &automatic
|
|
| 101 | - only:
|
|
| 102 | - - /^develop.*$/i
|
|
| 103 | - - /^feature/.+$/i
|
|
| 104 | - except:
|
|
| 105 | - - triggers
|
|
| 106 | - |
|
| 107 | -build:
|
|
| 108 | - <<: *stage_build
|
|
| 109 | - <<: *automatic
|
|
| 110 | - script:
|
|
| 111 | - - ultreiaio-maven-execute 'clean install -U -DskipITs'
|
|
| 112 | - |
|
| 113 | -build-for-release:
|
|
| 114 | - <<: *stage_test
|
|
| 115 | - <<: *automatic
|
|
| 116 | - <<: *build-for-release
|
|
| 117 | - before_script:
|
|
| 118 | - - export BUILD_FOR_RELEASE=true
|
|
| 100 | +#.automatic: &automatic
|
|
| 101 | +# only:
|
|
| 102 | +# - /^develop.*$/i
|
|
| 103 | +# - /^feature/.+$/i
|
|
| 104 | +# except:
|
|
| 105 | +# - triggers
|
|
| 106 | +#
|
|
| 107 | +#build:
|
|
| 108 | +# <<: *stage_build
|
|
| 109 | +# <<: *automatic
|
|
| 110 | +# script:
|
|
| 111 | +# - ultreiaio-maven-execute 'clean install -U -DskipITs'
|
|
| 112 | +#
|
|
| 113 | +#build-for-release:
|
|
| 114 | +# <<: *stage_test
|
|
| 115 | +# <<: *automatic
|
|
| 116 | +# <<: *build-for-release
|
|
| 117 | +# before_script:
|
|
| 118 | +# - export BUILD_FOR_RELEASE=true
|
|
| 119 | 119 | |
| 120 | 120 | ###################################################################################################
|
| 121 | 121 | ### AUTOMATIC RELEASE JOBS ###
|