Skip to content

Commit 41d9d9c

Browse files
committed
retarget ci
1 parent 087288b commit 41d9d9c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,15 @@ jobs:
1515
- name: Check out code into the Go module directory
1616
uses: actions/checkout@v2
1717

18-
- name: Build Basic Veneer
19-
run: make basic
20-
21-
- name: Build Semver Veneer
22-
run: make semver
18+
- name: Build Catalog
19+
run: make catalog
2320

2421
- name: Validate
2522
uses: joelanford/opm-validate@main
2623
with:
2724
catalog: catalog
2825

2926
- name: Release
30-
# if: github.event_name == 'push'
31-
#uses: catalog-release-bot/catalog-release-bot@main
32-
#with:
33-
# catalogDir: catalog
34-
# packageName: example-operator
3527
if: github.event_name == 'push'
3628
uses: grokspawn/[email protected]
3729
env:

0 commit comments

Comments
 (0)