Skip to content

Commit f097d1b

Browse files
authored
Updated .iceci.yaml (#6)
1 parent a42bf2d commit f097d1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.iceci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242

4343
steps:
4444
- name: run-tests
45-
dockerRun:
45+
containerRun:
4646
image: python:3.7
4747
script: |
4848
pip install -r requirements.txt
@@ -56,7 +56,7 @@ steps:
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
@@ -68,7 +68,7 @@ steps:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 &#x1f9ca; by [Icetek](https://icetek.io/)_
23+
Kept cool &#x1f9ca; by [Icetek](https://icetek.io/)

0 commit comments

Comments
 (0)