Skip to content

Commit d981d59

Browse files
blefevrepetermetz
authored andcommitted
fix(ci): Fix corda:down causing failing when NO_CORDA=true
Signed-off-by: Ben LeFevre <[email protected]>
1 parent 28358d1 commit d981d59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/core/tools/ci.sh

+5
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,12 @@ function mainTask()
163163
npm run fed:quorum:down
164164
npm run fed:corda:down
165165
npm run fed:fabric:down
166+
167+
# Corda down scripts don't exist unless Corda is built
168+
if [ ! -v CI_NO_CORDA ]; then
166169
npm run corda:down
170+
fi
171+
167172
npm run quorum:api:down
168173
npm run quorum:down
169174
npm run fabric:down

0 commit comments

Comments
 (0)