Skip to content

Commit 96b5e23

Browse files
committed
chore(*): Fix push to branch
1 parent 284888f commit 96b5e23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/commit-lockfile.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ if ! git diff-index --quiet HEAD --; then
2121

2222
git add package-lock.json
2323
git commit -m "chore(*): update lockfile"
24-
git push
24+
LAST_COMMIT=`git rev-parse HEAD`
25+
git push origin $LAST_COMMIT:$TRAVIS_PULL_REQUEST_BRANCH
2526
fi

0 commit comments

Comments
 (0)