Skip to content

Commit

Permalink
chore(ci): allow fake_ci to publish ci results
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 7, 2024
1 parent a72e289 commit 544beec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fake_ci: .env
CI=true \
GIT_COMMIT=`git rev-parse --short HEAD`+`date +%s` \
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` \
PACT_BROKER_PUBLISH_VERIFICATION_RESULTS=false \
PACT_BROKER_PUBLISH_VERIFICATION_RESULTS=true \
make ci

ci_webhook: .env
Expand Down

0 comments on commit 544beec

Please sign in to comment.