Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
save
  • Loading branch information
Nikhil Thorat committed Sep 6, 2019
commit 40b4de6d7903e5a24f00299dd6240df2ec8a4a70
2 changes: 2 additions & 0 deletions scripts/diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ if (commitSha == null) {
if (branchName == null) {
branchName = exec(`git rev-parse --abbrev-ref HEAD`).stdout.trim();
}
console.log('commitSha: ', commitSha);
console.log('branchName: ', branchName);

exec(`git clone https://github.com/tensorflow/tfjs ${CLONE_CURRENT_PATH}`);

Expand Down