Skip to content

Commit 1a53e76

Browse files
authored
[skip test] run git push for merge develop to master (#876)
1 parent 65f5853 commit 1a53e76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,8 @@ jobs:
891891
git status
892892
git clean -fd
893893
git status
894+
git push https://${GITHUB_TOKEN}@github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git
895+
git status
894896
commitlog=$(git log master -20)
895897
currentcommit="${CIRCLE_SHA1}"
896898
echo "currentcommit=$currentcommit"

0 commit comments

Comments
 (0)