We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c77ca1 commit 71b3896Copy full SHA for 71b3896
.circleci/config.yml
@@ -7,16 +7,11 @@ jobs:
7
docker:
8
# specify the version
9
- image: circleci/golang:latest
10
+ filters:
11
+ branches:
12
+ only:
13
+ - master
14
- # 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
15
-
16
- #### TEMPLATE_NOTE: go expects specific checkout path representing url
17
- #### expecting it in the form of
18
- #### /go/src/github.com/circleci/go-tool
19
- #### /go/src/bitbucket.org/circleci/go-tool
20
working_directory: /go/src/github.com/rkbalgi/libiso
21
steps:
22
- checkout
0 commit comments