File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ fake_ci: .env
3030 make ci
3131
3232publish_pacts : .env
33- @" ${PACT_CLI} " publish ${PWD} /pacts --consumer-app-version ${GIT_COMMIT} --tag ${GIT_BRANCH}
33+ @" ${PACT_CLI} " publish ${PWD} /pacts --consumer-app-version ${GIT_COMMIT} --branch ${GIT_BRANCH}
3434
3535# # =====================
3636# # Build/test tasks
@@ -43,7 +43,7 @@ test: .env
4343# # Deploy tasks
4444# # =====================
4545
46- deploy : deploy_app tag record_deployment
46+ deploy : deploy_app record_deployment
4747
4848no_deploy :
4949 @echo " Not deploying as not on master branch"
@@ -60,13 +60,6 @@ can_i_deploy: .env
6060deploy_app :
6161 @echo " Deploying to prod"
6262
63- tag : .env
64- @" ${PACT_CLI} " broker create-version-tag \
65- --pacticipant ${PACTICIPANT} \
66- --version ${GIT_COMMIT} \
67- --auto-create-version \
68- --tag ${GIT_BRANCH}
69-
7063record_deployment : .env
7164 @" ${PACT_CLI} " broker record-deployment --pacticipant ${PACTICIPANT} --version ${GIT_COMMIT} --environment production
7265
You can’t perform that action at this time.
0 commit comments