Skip to content

Commit 49f1480

Browse files
Fix tilt GitHub action for operator-controler by removing catalogd version check
1 parent c87289d commit 49f1480

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/tilt.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,17 @@ on:
88
- 'config/**'
99
- 'internal/**'
1010
- 'pkg/**'
11+
- 'catalogd/**'
1112
- 'Tiltfile'
1213
merge_group:
1314

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

0 commit comments

Comments
 (0)