File tree Expand file tree Collapse file tree 2 files changed +13
-14
lines changed
docs/src/architecture/08_concepts/catalyst_voting/cddl Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,3 @@ repo-docs:
4141 COPY --dir *.md LICENSE-APACHE LICENSE-MIT .
4242
4343 SAVE ARTIFACT /repo repo
44-
45- cddlc :
46- FROM ruby:3.3.0-alpine
47-
48- WORKDIR /cddl
49-
50- RUN gem install cddlc
51-
52- COPY ./docs/src/architecture/08_concepts/catalyst_voting/cddl/gen_vote_tx.cddl .
53- COPY ./docs/src/architecture/08_concepts/catalyst_voting/cddl/vote_tx_v2.cddl .
54-
55- RUN cddlc -u2tcddl vote_tx_v2.cddl
56-
57-
Original file line number Diff line number Diff line change 1+ VERSION 0.8
2+
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:feat/cddl AS cddl-ci
4+
5+ check-cddl :
6+ FROM cddl-ci+cddl-base
7+
8+ WORKDIR /cddl
9+
10+ COPY ./docs/src/architecture/08_concepts/catalyst_voting/cddl/gen_vote_tx.cddl .
11+ COPY ./docs/src/architecture/08_concepts/catalyst_voting/cddl/vote_tx_v2.cddl .
12+
13+ RUN --no-cache cddlc -2tcddl vote_tx_v2.cddl
You can’t perform that action at this time.
0 commit comments