File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 17
17
include :
18
18
- app-path : personalization-service
19
19
- app-path : personalization-webcomponents
20
+ - app-path : ticketing-eventing/handler-core
21
+ build-image : false
20
22
21
23
steps :
22
24
- uses : it-at-m/lhm_actions/action-templates/actions/action-checkout@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
30
32
uses : it-at-m/lhm_actions/action-templates/actions/action-maven-build@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
31
33
with :
32
34
app-path : ${{ matrix.app-path }}
33
- - if : github.ref == 'refs/heads/main'
35
+ - if : github.ref == 'refs/heads/main' && matrix.build-image != 'false'
34
36
uses : it-at-m/lhm_actions/action-templates/actions/action-build-image@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
35
37
with :
36
38
path : ${{ matrix.app-path }}
Original file line number Diff line number Diff line change 17
17
required : true
18
18
options :
19
19
- personalization-service
20
+ - ticketing-eventing/handler-core
20
21
21
22
jobs :
22
23
release-maven :
40
41
GPG_PRIVATE_KEY : ${{ secrets.gpg_private_key }}
41
42
42
43
build-image :
44
+ if : ${{ !(github.event.inputs.app-path in ['ticketing-eventing/handler-core']) }}
43
45
runs-on : ubuntu-latest
44
46
needs : release-maven
45
47
steps :
64
66
artifact-name : ${{ needs.release-maven.outputs.ARTIFACT_NAME }}
65
67
tag-name : ${{ inputs.app-path }}-${{ github.event.inputs.releaseVersion }}
66
68
artifact-path : ${{ github.event.inputs.app-path }}/target/*.jar
69
+
You can’t perform that action at this time.
0 commit comments