File tree 2 files changed +2
-20
lines changed
2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 16
16
17
17
name : ci-lite
18
18
on :
19
- push :
20
- branches :
21
- - " main"
22
- - " releases/*"
23
- - " develop"
24
- - " next*"
25
19
pull_request :
26
20
branches :
27
21
- " main"
@@ -174,17 +168,14 @@ jobs:
174
168
needs :
175
169
- meta
176
170
- build_action
177
- strategy :
178
- matrix :
179
- splunk : ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
180
171
# runs all of the steps inside the specified container rather than on the VM host.
181
172
# Because of this the network configuration changes from host based network to a container network.
182
173
container :
183
174
image : python:3.9-buster
184
175
185
176
services :
186
177
splunk :
187
- image : splunk/splunk:${{ matrix.splunk .version }}
178
+ image : splunk/splunk:${{ fromJson(needs.meta.outputs.matrix_supportedSplunk)[0] .version }}
188
179
ports :
189
180
- 8000:8000
190
181
- 8088:8088
Original file line number Diff line number Diff line change 16
16
17
17
name : ci-main
18
18
on :
19
- push :
20
- branches :
21
- - " main"
22
- - " releases/*"
23
- - " develop"
24
- - " next*"
25
19
pull_request :
26
20
branches :
27
21
- " main"
@@ -174,17 +168,14 @@ jobs:
174
168
needs :
175
169
- meta
176
170
- build_action
177
- strategy :
178
- matrix :
179
- splunk : ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
180
171
# runs all of the steps inside the specified container rather than on the VM host.
181
172
# Because of this the network configuration changes from host based network to a container network.
182
173
container :
183
174
image : python:3.9-buster
184
175
185
176
services :
186
177
splunk :
187
- image : splunk/splunk:${{ matrix.splunk .version }}
178
+ image : splunk/splunk:${{ fromJson(needs.meta.outputs.matrix_supportedSplunk)[0] .version }}
188
179
ports :
189
180
- 8000:8000
190
181
- 8088:8088
You can’t perform that action at this time.
0 commit comments