Skip to content

Commit

Permalink
Fix tilt GitHub action for operator-controler by removing catalogd ve…
Browse files Browse the repository at this point in the history
…rsion check
  • Loading branch information
camilamacedo86 committed Jan 3, 2025
1 parent b8daf2e commit e33370b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/tilt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ jobs:
- uses: actions/checkout@v4
with:
path: operator-controller
- name: Get catalogd version
id: get-catalogd-version
run: |
cd operator-controller
echo "CATALOGD_VERSION=$(go list -mod=mod -m -f "{{.Version}}" github.com/operator-framework/catalogd)" >> "$GITHUB_OUTPUT"
- uses: actions/checkout@v4
with:
repository: operator-framework/catalogd
path: catalogd
ref: "${{ steps.get-catalogd-version.outputs.CATALOGD_VERSION }}"
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit e33370b

Please sign in to comment.