Skip to content

Commit b2a7926

Browse files
author
Christian Nolte
committed
Update cricleci
1 parent 3ffa925 commit b2a7926

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.circleci/config.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Check https://circleci.com/docs/2.0/language-go/ for more details
44
version: 2
55
jobs:
6-
integration-test:
6+
release:
77
docker:
88
- image: circleci/golang:1.9
99
working_directory: /go/src/github.com/drlogout/iredmail-cli
@@ -15,14 +15,6 @@ jobs:
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.*/

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ built/
44
iredmail-cli
55
add.sh
66
build.sh
7+
.DS_Store

0 commit comments

Comments
 (0)