File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ services:
42
42
43
43
steps :
44
44
- name : run-tests
45
- dockerRun :
45
+ containerRun :
46
46
image : python:3.7
47
47
script : |
48
48
pip install -r requirements.txt
56
56
value : quotes.py
57
57
58
58
- name : build-docker-image
59
- dockerBuild :
59
+ containerBuild :
60
60
dockerSecret : dockerhub
61
61
registry : docker.io
62
62
# TODO: change user and image name to repository that you have access to
68
68
69
69
# comment this step out if you do not want to integrate this pipeline with slack
70
70
- name : slack-notify
71
- dockerRun :
71
+ containerRun :
72
72
image : iceci/utils
73
73
script : |
74
74
cat <<EOF > slacknotify.json
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ You can also find some additional info in the comments of the `.iceci.yaml` file
20
20
21
21
---
22
22
23
- _ Kept cool 🧊 ; by [ Icetek] ( https://icetek.io/ ) _
23
+ Kept cool 🧊 ; by [ Icetek] ( https://icetek.io/ )
You can’t perform that action at this time.
0 commit comments