File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 33# Check https://circleci.com/docs/2.0/language-go/ for more details
44version : 2
55jobs :
6- integration-test :
6+ release :
77 docker :
88 - image : circleci/golang:1.9
99 working_directory : /go/src/github.com/drlogout/iredmail-cli
1515 - run : cp .circleci/my.cnf-vmailadmin $HOME/.my.cnf-vmailadmin
1616 - run : go get -v -t -d ./...
1717 - run : go test -v ./integration_test
18-
19- release :
20- docker :
21- - image : circleci/golang:1.9
22- working_directory : /go/src/github.com/drlogout/iredmail-cli
23- steps :
24- - checkout
25- - run : go get -v -t -d ./...
2618 - run : git config --global user.name drlogout
2719 - run : make dist
2820 - run : make release
@@ -32,8 +24,6 @@ workflows:
3224 run_release :
3325 jobs :
3426 - release :
35- requires :
36- - integration-test
3727 filters :
3828 tags :
3929 only : /^v.*/
Original file line number Diff line number Diff line change 44iredmail-cli
55add.sh
66build.sh
7+ .DS_Store
You can’t perform that action at this time.
0 commit comments