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 087288b commit 41d9d9cCopy full SHA for 41d9d9c
.github/workflows/ci.yaml
@@ -15,23 +15,15 @@ jobs:
15
- name: Check out code into the Go module directory
16
uses: actions/checkout@v2
17
18
- - name: Build Basic Veneer
19
- run: make basic
20
-
21
- - name: Build Semver Veneer
22
- run: make semver
+ - name: Build Catalog
+ run: make catalog
23
24
- name: Validate
25
uses: joelanford/opm-validate@main
26
with:
27
catalog: catalog
28
29
- 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
35
if: github.event_name == 'push'
36
uses: grokspawn/[email protected]
37
env:
0 commit comments