Skip to content

Commit 48ca6ea

Browse files
committed
chore(ci): skip post release merge
(cherry picked from commit cd0056a)
1 parent 4fd811a commit 48ca6ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/post-release-merge.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ const shell = require('shelljs')
22

33
let branch = exec('git symbolic-ref --short HEAD')
44

5+
if (process.env.CI) process.exit(0)
6+
57
function exec (command) {
68
const result = shell.exec(command, { silent: true })
79
if (result.code) {

0 commit comments

Comments
 (0)