replicatedhq / kots

KOTS provides the framework, tools and integrations that enable the delivery and management of 3rd-party Kubernetes applications, a.k.a. Kubernetes Off-The-Shelf (KOTS) Software.
https://kots.io
Apache License 2.0
902 stars 90 forks source link

fix(ci): make pact-consumer syntax error #4912

Closed emosbaugh closed 2 months ago

emosbaugh commented 2 months ago

What this PR does / why we need it:

if [ "true" = "true" ]; then \
    pact-broker publish ./pacts/consumer \
        --auto-detect-version-properties \
        --consumer-app-version v1.117.2 || true; \

/bin/bash: -c: line 4: syntax error: unexpected end of file

Which issue(s) this PR fixes:

Does this PR require a test?

Does this PR require a release note?

Does this PR require documentation?

emosbaugh commented 2 months ago

Closing in favor of https://github.com/replicatedhq/kots/pull/4907