Merge pull request #24483 from hashicorp/ci/add-sample-circle-config

add sample circleci config
This commit is contained in:
Pam Selle 2020-03-27 13:36:41 -04:00 committed by GitHub
commit 4d7e47e01c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.circleci/config.yml Normal file
View File

@ -0,0 +1,17 @@
version: 2.1
jobs:
build:
docker:
- image: circleci/golang:1.14
steps:
- run: echo "hello world"
workflows:
version: 2
sample:
jobs:
- build:
filters:
branches:
ignore:
- /.*/