Chore: Add Circle CI empty config (#35020)

* Fix Circle CI check with adding an empty config

* Add version

* Add empty jobs and workflows

* Add job with docker image

* Add step
pull/35036/head
idafurjes 4 years ago committed by GitHub
parent 865eac309c
commit ec29c3b84f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .circleci/config.yml

@ -0,0 +1,11 @@
version: 2.1
jobs:
build:
docker:
- image: alpine:3.7
steps:
- run:
name: The First Step
command: |
echo 'Fake step!'
Loading…
Cancel
Save