File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 66 - ' api/**'
77 - ' cmd/**'
88 - ' config/**'
9+ - ' catalogd/**'
910 - ' internal/**'
1011 - ' pkg/**'
1112 - ' Tiltfile'
13+ - ' .tilt-support'
1214 merge_group :
1315
1416jobs :
1517 tilt :
1618 runs-on : ubuntu-latest
1719 steps :
18- - uses : actions/checkout@v4
19- with :
20- repository : operator-framework/tilt-support
21- path : tilt-support
2220 - uses : actions/checkout@v4
2321 with :
2422 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 }}"
3523 - name : Install Go
3624 uses : actions/setup-go@v5
3725 with :
You can’t perform that action at this time.
0 commit comments