commit
43b559b025
|
@ -0,0 +1,16 @@
|
||||||
|
version: 2
|
||||||
|
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 New Issue