We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87289d commit 113efc5Copy full SHA for 113efc5
.github/workflows/tilt.yaml
@@ -8,6 +8,7 @@ on:
8
- 'config/**'
9
- 'internal/**'
10
- 'pkg/**'
11
+ - 'catalogd/**'
12
- 'Tiltfile'
13
merge_group:
14
@@ -22,16 +23,6 @@ jobs:
22
23
- uses: actions/checkout@v4
24
with:
25
path: operator-controller
- - 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 }}"
35
- name: Install Go
36
uses: actions/setup-go@v5
37
0 commit comments