Skip to content

Commit

Permalink
Chore: Add Circle CI empty config (#35020)
Browse files Browse the repository at this point in the history
* Fix Circle CI check with adding an empty config

* Add version

* Add empty jobs and workflows

* Add job with docker image

* Add step
  • Loading branch information
idafurjes committed Jun 1, 2021
1 parent 865eac3 commit ec29c3b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2.1
jobs:
build:
docker:
- image: alpine:3.7
steps:
- run:
name: The First Step
command: |
echo 'Fake step!'

0 comments on commit ec29c3b

Please sign in to comment.