Skip to content

Commit 52dc7c8

Browse files
committed
chore(test) dont explictly set basic auth creds
1 parent 3e2c454 commit 52dc7c8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

examples/e2e/test/provider.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ describe('Pact Verification', () => {
6666
// consumerVersionTags: ['master', 'test', 'prod', 'feat/v3.0.0'],
6767

6868
// Tag provider version with given tags
69-
providerVersionTags: [process.env.GIT_BRANCH] || ['master'], // in real code, this would be dynamically set by process.env.GIT_BRANCH
7069
providerVersionBranch: process.env.GIT_BRANCH || 'master',
7170

7271
// Find _all_ pacts that match the current provider branch

scripts/ci/build-and-test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ cp package.json ./dist
1313

1414
export GIT_BRANCH=${GITHUB_HEAD_REF:-${GIT_REF#refs/heads/}}
1515

16-
export PACT_BROKER_USERNAME="dXfltyFMgNOFZAxr8io9wJ37iUpY42M"
17-
export PACT_BROKER_PASSWORD="O5AIZWxelWbLvqMd8PkAVycBJh2Psyg1"
18-
1916
"${SCRIPT_DIR}"/lib/prepare-release.sh
2017

2118
echo "--> Running coverage checks"

0 commit comments

Comments
 (0)