skipping circleci

This commit is contained in:
Carlos Panato 2019-10-14 14:14:42 +02:00
parent e72d25e6ea
commit 587b7ba8f1
No known key found for this signature in database
GPG Key ID: E2379A61085D0517

14
.circleci/config.yml Normal file
View File

@ -0,0 +1,14 @@
version: 2.1
jobs:
none:
docker:
- image: alpine:3.10
steps:
- run:
command: echo "Skipping. not implemented"
workflows:
version: 2
mainbuild:
jobs:
- none