We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954a331 commit 4dd059bCopy full SHA for 4dd059b
wercker.yml
@@ -3,6 +3,21 @@ build:
3
steps:
4
- install-packages:
5
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
18
+ name: initialize git submodules
19
20
+ git submodule update --init --recursive
21
- script:
22
name: "Refresh dependencies & Build"
23
code: |
0 commit comments