Please see: https://www.bitrise.io/build/ee683681652354b3
Am I missing something as to why the git commit hash and message are not being pushed to the Bitrise site?
It simply says:
Commit hash:
no commit hash specified
Commit message:
No commit message
In the build logs, I see the following:
Git Clone Configs:
- CloneIntoDir: /Users/vagrant/git
- RepositoryURL: git@github.com:cliqueinc/ios-shopwhowhatwear.git
Git Checkout Configs:- Commit:
- Tag:
- Branch: development
- CloneDepth:
Git Pull Request Configs:- PullRequestURI:
- PullRequestID:
- BranchDest:
- PullRequestMergeBranch:
- ResetRepository: No
Bitrise Build Configs:- BuildURL: https://www.bitrise.io/build/f7030de0211877d8
- BuildAPIToken: FqO3u78T3tELvlzKwoSk3Q
Git clone repository
=> git “init”
=> git “remote” “add” “origin” “git@github.com:cliqueinc/ios-shopwhowhatwear.git”
=> git “fetch”
=> git “checkout” “development”
=> git “submodule” “update” “–init” “–recursive”
Exporting git logs
=> GIT_CLONE_COMMIT_HASH
value: 004446a1f5ce7082e58df197d8e71ab83bd59859
=> GIT_CLONE_COMMIT_MESSAGE_SUBJECT
value: Merge pull request #1123 from cliqueinc/uit-filterTests
=> GIT_CLONE_COMMIT_MESSAGE_BODY
value: [UI Tests] Filter Tests
=> GIT_CLONE_COMMIT_AUTHOR_NAME
value: juliancmg
=> GIT_CLONE_COMMIT_AUTHOR_EMAIL
value: jdesmarais@cmginc.com
=> GIT_CLONE_COMMIT_COMMITER_NAME
value: GitHub
=> GIT_CLONE_COMMIT_COMMITER_EMAIL
value: noreply@github.com
Please let me know if I can provide any more information.