We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caae4b1 commit 3d39530Copy full SHA for 3d39530
bitbucket-pipelines.yml
@@ -343,7 +343,7 @@ definitions:
343
git remote set-branches --add origin $TEST_BRANCH;
344
git fetch origin $TEST_BRANCH;
345
git checkout -b $TEST_BRANCH origin/$TEST_BRANCH;
346
- git merge --no-ff origin/$PROD_BRANCH -m "Merge $PROD_BRANCH into $TEST_BRANCH [ci skip]";
+ git merge --no-ff origin/$PROD_BRANCH -m "Merge $PROD_BRANCH into $TEST_BRANCH";
347
git push https://${DSPACE_REPO_USER}:${DSPACE_REPO_TOKEN}@${DSPACE_ANGULAR_REPO} $TEST_BRANCH;
348
else
349
echo "Branch $TEST_BRANCH does not exist, no merge performed.";
0 commit comments