Skip to content

Commit c61ace2

Browse files
Fix .github/workflows/tilt.yaml to using local tilt-support and repo source for catalogd
1 parent 67b5668 commit c61ace2

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/tilt.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,20 @@ on:
66
- 'api/**'
77
- 'cmd/**'
88
- 'config/**'
9+
- 'catalogd/**'
910
- 'internal/**'
1011
- 'pkg/**'
1112
- 'Tiltfile'
13+
- '.tilt-support'
1214
merge_group:
1315

1416
jobs:
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:

0 commit comments

Comments
 (0)