summaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
blob: 65e6c33bb1b9a5ee986fdc2b489b40768f88d9c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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