Skip to content

Commit f93255f

Browse files
committed
[DSC-2687] fix(pipeline): remove unnecessary [ci skip] from merge command in bitbucket-pipelines.yml
1 parent 3071fd0 commit f93255f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitbucket-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ definitions:
343343
git remote set-branches --add origin $TEST_BRANCH;
344344
git fetch origin $TEST_BRANCH;
345345
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]";
346+
git merge --no-ff origin/$PROD_BRANCH -m "Merge $PROD_BRANCH into $TEST_BRANCH";
347347
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.";

0 commit comments

Comments
 (0)