forked from turkenh/ansible-interactive-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
30 lines (27 loc) · 949 Bytes
/
.travis.yml
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
dist: trusty
language: bash
services:
- docker
env:
- DOCKER_IMAGETAG="1.1"
before_script:
- ./tutorial.sh -r
- if [ "${DOCKER_IMAGETAG}" == "latest" ]; then pushd images && make build_all TAG=latest&& popd; fi
script:
- LESSON_NAME="0-step-00" ./tutorial.sh -t
- LESSON_NAME="1-step-01" ./tutorial.sh -t
- LESSON_NAME="2-step-02" ./tutorial.sh -t
- LESSON_NAME="3-step-03" ./tutorial.sh -t
- LESSON_NAME="4-step-04" ./tutorial.sh -t
- LESSON_NAME="5-step-05" ./tutorial.sh -t
- LESSON_NAME="6-step-06" ./tutorial.sh -t
- LESSON_NAME="7-step-07" ./tutorial.sh -t
- LESSON_NAME="8-step-08" ./tutorial.sh -t
- LESSON_NAME="9-step-09" ./tutorial.sh -t
- LESSON_NAME="10-step-10" ./tutorial.sh -t
- LESSON_NAME="11-step-11" ./tutorial.sh -t
- LESSON_NAME="12-step-12" ./tutorial.sh -t
- LESSON_NAME="13-step-13" ./tutorial.sh -t
- LESSON_NAME="14-freeplay" ./tutorial.sh -t
after_script:
- ./tutorial.sh -r