Skip to content

Commit 51b9ad2

Browse files
committed
CCM-13038: revert back to main
1 parent a706a1c commit 51b9ad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/dispatch_internal_repo_workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ if [[ -z "$overrides" ]]; then
175175
fi
176176

177177
if [[ -z "$internalRef" ]]; then
178-
internalRef="feature/CCM-13038"
178+
internalRef="main"
179179
fi
180180

181181
if [[ -z "$runId" ]]; then

scripts/publish-pact-contracts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local_version=$(cat pact-contracts/package.json | jq -r '.version')
1111

1212
branch=$(git branch --show-current)
1313

14-
if [[ ! $branch == "feature/CCM-13038_pact-tests" ]]; then
14+
if [[ ! $branch == "main" ]]; then
1515
echo "Not publishing package because this is not the main branch"
1616
exit 0
1717
fi

0 commit comments

Comments
 (0)