fix: remove logs
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
827f152783
commit
cc57fa72fd
|
@ -21,8 +21,6 @@ if (branchName) {
|
|||
const reference = branchName.match(/^\d+/);
|
||||
|
||||
const referenceTag = `refs #${reference}`;
|
||||
console.log('reference: ', reference);
|
||||
console.log('asd', !msg.includes(referenceTag));
|
||||
if (!msg.includes(referenceTag) && reference) {
|
||||
const splitedMsg = msg.split(':');
|
||||
|
||||
|
|
Loading…
Reference in New Issue