Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 63ced63

Browse files
authored
Merge pull request #12 from OSAS/shippable_integration
use Shippable instead of Travis
2 parents e479272 + 8aaee7a commit 63ced63

File tree

3 files changed

+38
-24
lines changed

3 files changed

+38
-24
lines changed

.travis.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

role_test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
- hosts: 127.0.0.1
3+
remote_user: root
4+
roles:
5+
- role: <ROLE_NAME>
6+
name: testvhost
7+
git_url: https://github.com/OSAS/middleman-springboard.git

shippable.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
language: none
2+
3+
4+
build:
5+
pre_ci:
6+
pre_ci_boot:
7+
image_name: quay.io/osas/test-ansible-role_image-builder
8+
image_tag: latest
9+
pull: true
10+
# we need a terminal or certain libc functions will fail
11+
options: "-ti"
12+
ci:
13+
# debug info
14+
- id
15+
- export
16+
# prepare the tools
17+
- run_tests setup
18+
# do the tests
19+
- run_tests preflight
20+
- run_tests deploy
21+
22+
23+
integrations:
24+
notifications:
25+
- integrationName: email
26+
type: email
27+
on_success: never
28+
on_failure: never
29+
on_start: never
30+
on_pull_request: never
31+

0 commit comments

Comments
 (0)