Skip to content

Commit 113efc5

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

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/tilt.yaml

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

@@ -22,16 +23,6 @@ jobs:
2223
- uses: actions/checkout@v4
2324
with:
2425
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 }}"
3526
- name: Install Go
3627
uses: actions/setup-go@v5
3728
with:

0 commit comments

Comments
 (0)