forked from autopilotpattern/mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshippable.yml
More file actions
46 lines (38 loc) · 796 Bytes
/
Copy pathshippable.yml
File metadata and controls
46 lines (38 loc) · 796 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
language: none
build:
pre_ci:
- make test-runner
pre_ci_boot:
image_name: joyent/test
image_tag: latest
pull: false
options: "-e LOG_LEVEL=DEBUG"
# run integration tests using Docker Compose
ci:
- make build
- make unit-test
- make test
on_failure:
- make teardown
# send the containers to the Docker Hub
on_success:
- make teardown
- make ship
integrations:
hub:
- integrationName: DockerHub
type: docker
key:
- integrationName: TritonTestingKey
type: ssh-key
notifications:
- integrationName: joyent-slack-blueprints
type: slack
recipients:
- "#blueprints"
branches:
only:
- master
- shippable
on_success: always
on_failure: always