Skip to content

Commit b9375e8

Browse files
committed
buildkite: add submodule fetching
1 parent 68ac3bd commit b9375e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.buildkite/nightly.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
steps:
22
- label: 'Acceptance Tests - mainnet'
33
command:
4+
- git submodule update --init --recursive
45
- nix-build -A acceptanceTests.mainnet.full -o acceptance-tests-mainnet-full.sh
56
- echo "+++ Syncing mainnet blockchain"
67
- ./acceptance-tests-mainnet-full.sh
@@ -10,6 +11,7 @@ steps:
1011

1112
- label: 'Acceptance Tests - testnet'
1213
command:
14+
- git submodule update --init --recursive
1315
- nix-build -A acceptanceTests.testnet.full -o acceptance-tests-testnet-full.sh
1416
- echo "+++ Syncing testnet blockchain"
1517
- ./acceptance-tests-testnet-full.sh

.buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ steps:
1515
system: x86_64-linux
1616

1717
- label: 'triggerShutdown test'
18-
command: "rm -rf test-state ; nix-shell node-ipc/shell.nix --run 'node node-ipc/server.js'"
18+
command: "git submodule update --init --recursive ; rm -rf test-state ; nix-shell node-ipc/shell.nix --run 'node node-ipc/server.js'"
1919
agents:
2020
system: x86_64-linux

0 commit comments

Comments
 (0)