File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 32
32
options : ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }}
33
33
34
34
steps :
35
+ - name : Run start commands
36
+ run : ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-command }}
35
37
# This step uses the checkout Github action: https://github.com/actions/checkout
36
38
- name : Checkout Branch
37
39
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 31
31
ooptions : ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }}
32
32
33
33
steps :
34
+ - name : Run start commands
35
+ run : ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-command }}
34
36
# This step uses the setup-java Github action: https://github.com/actions/setup-java
35
37
- name : Set Up JDK ${{ matrix.java }}
36
38
uses : actions/setup-java@v1
Original file line number Diff line number Diff line change 34
34
options : ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }}
35
35
36
36
steps :
37
+ - name : Run start commands
38
+ run : ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-command }}
37
39
# This step uses the checkout Github action: https://github.com/actions/checkout
38
40
- name : Checkout Branch
39
41
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments