Skip to content

Commit

Permalink
Remove windows-msi step, this blocks the CI (#749)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu committed Aug 18, 2020
1 parent ad78ab0 commit 3c711c0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ commands:
parameters:
files:
type: string
# TODO: Add dist/otel-collector-*amd64.msi back
default: |
bin/otelcontribcol_darwin_amd64
bin/otelcontribcol_linux_arm64
Expand All @@ -36,7 +37,6 @@ commands:
dist/otel-contrib-collector_*_amd64.deb
dist/otel-contrib-collector-*.x86_64.rpm
dist/otel-contrib-collector_*_arm64.deb
dist/otel-contrib-collector-*-amd64.msi
steps:
- run:
name: Check if files exist
Expand Down Expand Up @@ -192,20 +192,13 @@ workflows:
filters:
tags:
only: /.*/
- windows-msi:
requires:
- cross-compile
filters:
tags:
only: /.*/
- publish-check:
requires:
- lint
- unit-tests
- integration-tests
- cross-compile
- loadtest
- windows-msi
- deb-package
- rpm-package
- publish-stable:
Expand All @@ -215,7 +208,6 @@ workflows:
- integration-tests
- cross-compile
- loadtest
- windows-msi
- deb-package
- rpm-package
filters:
Expand Down

0 comments on commit 3c711c0

Please sign in to comment.