File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 88 - ' config/**'
99 - ' internal/**'
1010 - ' pkg/**'
11+ - ' catalogd/**'
1112 - ' Tiltfile'
1213 merge_group :
1314
1415jobs :
1516 tilt :
1617 runs-on : ubuntu-latest
1718 steps :
18- - uses : actions/checkout@v4
19- with :
20- repository : operator-framework/tilt-support
21- path : tilt-support
2219 - uses : actions/checkout@v4
2320 with :
2421 path : operator-controller
25- - name : Get catalogd version
26- id : get-catalogd-version
27- run : |
28- cd operator-controller
29- echo "CATALOGD_VERSION=$(go list -mod=mod -m -f "{{.Version}}" github.com/operator-framework/catalogd)" >> "$GITHUB_OUTPUT"
30- - uses : actions/checkout@v4
31- with :
32- repository : operator-framework/catalogd
33- path : catalogd
34- ref : " ${{ steps.get-catalogd-version.outputs.CATALOGD_VERSION }}"
3522 - name : Install Go
3623 uses : actions/setup-go@v5
3724 with :
You can’t perform that action at this time.
0 commit comments