changes on circleci to .circleci/config.yaml,
This commit is contained in:
parent
ced0ba1a7d
commit
e4936159ab
1 changed files with 0 additions and 3 deletions
|
@ -3,14 +3,11 @@ jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: debian:stretch
|
- image: debian:stretch
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Greeting
|
name: Greeting
|
||||||
command: echo Hello, world.
|
command: echo Hello, world.
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Print the Current Time
|
name: Print the Current Time
|
||||||
command: date
|
command: date
|
||||||
|
|
Loading…
Reference in a new issue