Skip to content

Commit 4dd059b

Browse files
committed
Submodules work
1 parent 954a331 commit 4dd059b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

wercker.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ build:
33
steps:
44
- install-packages:
55
packages: openjdk-8-jdk
6+
- script:
7+
name: install git
8+
code: |
9+
apt-get update
10+
apt-get install git -y
11+
- add-ssh-key:
12+
keyname: KEY_NAME
13+
host: github.com
14+
- add-to-known_hosts:
15+
hostname: github.com
16+
fingerprint: 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48
17+
- script:
18+
name: initialize git submodules
19+
code: |
20+
git submodule update --init --recursive
621
- script:
722
name: "Refresh dependencies & Build"
823
code: |

0 commit comments

Comments
 (0)