We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f5853 commit 1a53e76Copy full SHA for 1a53e76
.circleci/config.yml
@@ -891,6 +891,8 @@ jobs:
891
git status
892
git clean -fd
893
894
+ git push https://${GITHUB_TOKEN}@github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git
895
+ git status
896
commitlog=$(git log master -20)
897
currentcommit="${CIRCLE_SHA1}"
898
echo "currentcommit=$currentcommit"
0 commit comments