Skip to content

Commit

Permalink
Fix circleCI publish job (#1272)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu authored Jul 7, 2020
1 parent 37965e2 commit b0aa7c7
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ workflows:
filters:
tags:
only: /^v([0-9])+.([0-9])+.([0-9])+.*/
- build:
requires:
- setup-and-lint
filters:
tags:
only: /^v([0-9])+.([0-9])+.([0-9])+.*/
- cross-compile:
requires:
- setup-and-lint
Expand All @@ -90,7 +84,7 @@ workflows:
only: /^v([0-9])+.([0-9])+.([0-9])+.*/
- loadtest:
requires:
- build
- cross-compile
filters:
tags:
only: /^v([0-9])+.([0-9])+.([0-9])+.*/
Expand Down Expand Up @@ -173,17 +167,6 @@ jobs:
name: Lint
command: make -j4 checklicense impi lint misspell

build:
executor: golang
steps:
- attach_to_workspace
- run:
name: Build collector for linux_amd64
command: make binaries
- persist_to_workspace:
root: ~/
paths: project/bin

cross-compile:
executor: golang
parallelism: 4
Expand Down

0 comments on commit b0aa7c7

Please sign in to comment.