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 b8daf2e commit e33370bCopy full SHA for e33370b
.github/workflows/tilt.yaml
@@ -22,16 +22,6 @@ jobs:
22
- uses: actions/checkout@v4
23
with:
24
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 }}"
35
- name: Install Go
36
uses: actions/setup-go@v5
37
0 commit comments