Skip to content

Commit

Permalink
Revert "Revert "Stop pushing to old pact broker""
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjam authored Nov 8, 2023
1 parent cd13d9c commit 93a9e1a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: alphagov/publishing-api
ref: deployed-to-production
ref: main
path: vendor/publishing-api
- uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -125,14 +125,6 @@ jobs:
name: pacts
path: tmp/pacts
- run: bundle exec rake pact:publish
env:
PACT_CONSUMER_VERSION: branch-${{ github.ref_name }}
PACT_BROKER_BASE_URL: https://pact-broker.cloudapps.digital
PACT_BROKER_USERNAME: ${{ secrets.GOVUK_PACT_BROKER_USERNAME }}
PACT_BROKER_PASSWORD: ${{ secrets.GOVUK_PACT_BROKER_PASSWORD }}
PACT_PATTERN: tmp/pacts/*.json
- run: bundle exec rake pact:publish
continue-on-error: true
env:
PACT_CONSUMER_VERSION: branch-${{ github.ref_name }}
PACT_BROKER_BASE_URL: https://govuk-pact-broker-6991351eca05.herokuapp.com
Expand Down

0 comments on commit 93a9e1a

Please sign in to comment.