Skip to content

Commit

Permalink
Remove windows-msi step, this blocks the CI (#1573)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu authored Aug 18, 2020
1 parent e5e3628 commit 5b30651
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ commands:
parameters:
files:
type: string
# TODO: Add dist/otel-collector-*amd64.msi back
default: |
bin/otelcol_darwin_amd64
bin/otelcol_linux_arm64
Expand All @@ -22,7 +23,6 @@ commands:
dist/otel-collector_*amd64.deb
dist/otel-collector-*x86_64.rpm
dist/otel-collector_*arm64.deb
dist/otel-collector-*amd64.msi
steps:
- run:
name: Check if files exist
Expand Down Expand Up @@ -145,12 +145,6 @@ workflows:
filters:
tags:
only: /^v([0-9])+.([0-9])+.([0-9])+.*/
- windows-msi:
requires:
- cross-compile
filters:
tags:
only: /^v([0-9])+.([0-9])+.([0-9])+.*/
- publish-check:
requires:
- cross-compile
Expand All @@ -161,7 +155,6 @@ workflows:
- gosec
- coverage
- windows-test
- windows-msi
- deb-package
- rpm-package
- publish-stable:
Expand All @@ -174,7 +167,6 @@ workflows:
- gosec
- coverage
- windows-test
- windows-msi
- deb-package
- rpm-package
filters:
Expand All @@ -192,7 +184,6 @@ workflows:
- gosec
- coverage
- windows-test
- windows-msi
- deb-package
- rpm-package
filters:
Expand Down

0 comments on commit 5b30651

Please sign in to comment.