Skip to content

Commit

Permalink
Build only master
Browse files Browse the repository at this point in the history
  • Loading branch information
rkbalgi committed Oct 11, 2020
1 parent 9c77ca1 commit 71b3896
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ jobs:
docker:
# specify the version
- image: circleci/golang:latest
filters:
branches:
only:
- master

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/postgres:9.4

#### TEMPLATE_NOTE: go expects specific checkout path representing url
#### expecting it in the form of
#### /go/src/github.com/circleci/go-tool
#### /go/src/bitbucket.org/circleci/go-tool
working_directory: /go/src/github.com/rkbalgi/libiso
steps:
- checkout
Expand Down

0 comments on commit 71b3896

Please sign in to comment.