We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125d651 commit 2f89161Copy full SHA for 2f89161
.github/workflows/ocm.yaml
@@ -6,7 +6,7 @@ on:
6
- main
7
paths:
8
- '.github/workflows/ocm.yaml'
9
- - '.ocm/component-constructor.yaml'
+ - 'constructor/component-constructor.yaml'
10
concurrency:
11
group: ocm-${{ github.ref }}
12
cancel-in-progress: true
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
ocm_ctf=.ocm/transport.ctf
84
mkdir -p "$(dirname "$ocm_ctf")"
85
- ./ocm add components -c --templater=go --file "$ocm_ctf" .ocm/component-constructor.yaml -- \
+ ./ocm add components -c --templater=go --file "$ocm_ctf" constructor/component-constructor.yaml -- \
86
VERSION=${{ env.VERSION }} \
87
ACCOUNT_OPERATOR_VERSION=${{ env.ACCOUNT_OPERATOR_VERSION }} \
88
ACCOUNT_UI_VERSION=${{ env.ACCOUNT_UI_VERSION }} \
0 commit comments