Skip to content

Commit 2f89161

Browse files
committed
ci: iterating on building ocm component
1 parent 125d651 commit 2f89161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ocm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
paths:
88
- '.github/workflows/ocm.yaml'
9-
- '.ocm/component-constructor.yaml'
9+
- 'constructor/component-constructor.yaml'
1010
concurrency:
1111
group: ocm-${{ github.ref }}
1212
cancel-in-progress: true
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
ocm_ctf=.ocm/transport.ctf
8484
mkdir -p "$(dirname "$ocm_ctf")"
85-
./ocm add components -c --templater=go --file "$ocm_ctf" .ocm/component-constructor.yaml -- \
85+
./ocm add components -c --templater=go --file "$ocm_ctf" constructor/component-constructor.yaml -- \
8686
VERSION=${{ env.VERSION }} \
8787
ACCOUNT_OPERATOR_VERSION=${{ env.ACCOUNT_OPERATOR_VERSION }} \
8888
ACCOUNT_UI_VERSION=${{ env.ACCOUNT_UI_VERSION }} \

0 commit comments

Comments
 (0)