Skip to content

Commit

Permalink
Pact Live: can I deploy embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
yacekmm committed Aug 28, 2024
1 parent 9be9939 commit 6c99fed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-pricing-liveCoding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ jobs:
# pactfoundation/pact-cli:1.1.0.0 \
# broker publish ${PWD}/services/Pricing/build/pacts --consumer-app-version=$PACTICIPANT-${{ github.sha }} --branch=${{github.ref_name}} --tag-with-git-branch

dev-can-i-deploy:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

dev-deployment:
needs: build
runs-on: ubuntu-latest
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/ci-promoter-liveCoding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@ jobs:
pactfoundation/pact-cli:1.1.0.0 \
broker record-deployment --pacticipant=$PACTICIPANT --environment=dev --version=$PACTICIPANT-${{ github.sha }}
prod-can-i-deploy:
needs: dev-deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4



prod-deployment:
needs: dev-deployment
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6c99fed

Please sign in to comment.