forked from jumanjihouse/docker-puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwercker.yml
More file actions
30 lines (30 loc) · 843 Bytes
/
wercker.yml
File metadata and controls
30 lines (30 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
box: wercker-labs/docker
build:
steps:
- script:
name: print the docker version
code: docker version
- script:
name: print system-wide docker info
code: docker info
- script:
name: remove existing containers if necessary
code: script/00_build_start.sh
- script:
name: build puppet agent base image
code: script/01_build_puppetagent.sh
- script:
name: build dns server
code: script/05_build_named.sh
- script:
name: build puppetdb
code: script/10_build_puppetdb.sh
- script:
name: build puppetmaster
code: script/10_build_puppetmaster.sh
- script:
name: build puppetboard
code: script/15_build_puppetboard.sh
- script:
name: run the test suite
code: script/test