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 c87289d commit 49f1480
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/tilt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,17 @@ on:
- 'config/**'
- 'internal/**'
- 'pkg/**'
- 'catalogd/**'
- 'Tiltfile'
merge_group:

jobs:
tilt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: operator-framework/tilt-support
path: tilt-support
- 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 49f1480

Please sign in to comment.