forked from UbuntuEvangelist/Apache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshippable.yml
More file actions
39 lines (36 loc) · 772 Bytes
/
shippable.yml
File metadata and controls
39 lines (36 loc) · 772 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
env:
matrix:
- NODE_ENVIRONMENT=dev
- NODE_ENVIRONMENT=production
global:
- SASL_USER="p08tf1X"
- SASL_PASS="p@ssw0Rd"
- SMTP_HOST="email-test.htmlgraphic.com"
build:
pre_ci:
- cp .env.example .env
- make build
pre_ci_boot:
image_name: htmlgraphic/apache
image_tag: latest
pull: false
ci:
- "bash app/run.sh &"
- "/usr/sbin/postconf -n"
- sleep 5
- "bash tests/build_tests.sh"
on_failure:
- docker logs apache
# on_success:
# - make push
integrations:
hub:
- integrationName: DockerHub
type: dockerRegistryLogin
notifications:
- integrationName: email
type: email
recipients:
- jason+github@htmlgraphic.com
on_success: change
on_failure: always