Skip to content

Commit

Permalink
workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yacekmm committed Sep 26, 2024
1 parent 5a3f209 commit f784866
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci-pricing-liveCoding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ jobs:
-Dpact.rootDir=build/pacts
test publishToMavenLocal
# - name: Publish Pricing Consumer Pacts
# run: >-
# docker run --rm \
# -w ${PWD} \
# -v ${PWD}:${PWD} \
# -e PACT_BROKER_BASE_URL=$PACT_BROKER_BASE_URL \
# -e PACT_BROKER_TOKEN=$PACT_BROKER_TOKEN \
# 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-deployment:
needs: build
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/ci-promoter-liveCoding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
-Dpact.rootDir=build/pacts
test publishToMavenLocal
# with publish contracts:
# run: >-
# cd services/Promoter &&
# ./gradlew
# -Dpact.verifier.publishResults=true
# -Dpact.provider.version=$PACTICIPANT-${{ github.sha }}
# -Dpact.provider.branchName=${{ github.ref_name }}
# -Dpact.provider.tag=${{ github.ref_name }}
# -Dpact.rootDir=build/pacts
# test publishToMavenLocal

- name: Publish Promoter Consumer Pacts
run: >-
docker run --rm \
Expand Down

0 comments on commit f784866

Please sign in to comment.