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:
4242
4343steps :
4444- name : run-tests
45- dockerRun :
45+ containerRun :
4646 image : python:3.7
4747 script : |
4848 pip install -r requirements.txt
5656 value : quotes.py
5757
5858- name : build-docker-image
59- dockerBuild :
59+ containerBuild :
6060 dockerSecret : dockerhub
6161 registry : docker.io
6262 # TODO: change user and image name to repository that you have access to
6868
6969# comment this step out if you do not want to integrate this pipeline with slack
7070- name : slack-notify
71- dockerRun :
71+ containerRun :
7272 image : iceci/utils
7373 script : |
7474 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
2020
2121---
2222
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