Skip to content

Commit 7c19d1c

Browse files
committed
chore: upgrade to pact_js_v10_v3_spec
1 parent 9b9d062 commit 7c19d1c

File tree

4 files changed

+1341
-2000
lines changed

4 files changed

+1341
-2000
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ GITHUB_WEBHOOK_UUID := "04510dc1-7f0a-4ed2-997d-114bfa86f8ad"
1010
PACT_CHANGED_WEBHOOK_UUID := "8e49caaa-0498-4cc1-9368-325de0812c8a"
1111
PACT_CLI="docker run --rm -v ${PWD}:${PWD} -e PACT_BROKER_BASE_URL -e PACT_BROKER_TOKEN pactfoundation/pact-cli"
1212

13+
GIT_COMMIT:=`git rev-parse HEAD`
14+
GIT_BRANCH:=`git rev-parse --abbrev-ref HEAD`
15+
1316
# Only deploy from master
1417
ifeq ($(GIT_BRANCH),master)
1518
DEPLOY_TARGET=deploy
@@ -30,8 +33,6 @@ ci: test publish_pacts can_i_deploy $(DEPLOY_TARGET)
3033
# Use this for quick feedback when playing around with your workflows.
3134
fake_ci: .env
3235
@CI=true \
33-
GIT_COMMIT=`git rev-parse --short HEAD`+`date +%s` \
34-
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` \
3536
REACT_APP_API_BASE_URL=http://localhost:8080 \
3637
make ci
3738

0 commit comments

Comments
 (0)