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:
|
||||
docker:
|
||||
- image: debian:stretch
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Greeting
|
||||
command: echo Hello, world.
|
||||
|
||||
- run:
|
||||
name: Print the Current Time
|
||||
command: date
|
||||
|
|
Loading…
Reference in a new issue