Skip to content

Commit edbde77

Browse files
committed
[DSC-2687] Fix push URL for test branch in Bitbucket pipeline
1 parent cd31b5c commit edbde77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitbucket-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ definitions:
344344
git fetch origin $TEST_BRANCH;
345345
git checkout -b $TEST_BRANCH origin/$TEST_BRANCH;
346346
git merge --no-ff origin/$PROD_BRANCH -m "Merge $PROD_BRANCH into $TEST_BRANCH [ci skip]";
347-
git push https://${DSPACE_REPO_USER}:${DSPACE_REPO_TOKEN}@${DSPACE_REPO} $TEST_BRANCH;
347+
git push https://${DSPACE_REPO_USER}:${DSPACE_REPO_TOKEN}@${DSPACE_ANGULAR_REPO} $TEST_BRANCH;
348348
else
349349
echo "Branch $TEST_BRANCH does not exist, no merge performed.";
350350
fi

0 commit comments

Comments
 (0)