Skip to content
Snippets Groups Projects
Commit 76d8bd05 authored by Edward Z. Yang's avatar Edward Z. Yang
Browse files

Don't record ORIGIN anymore, it's being cross-referenced.


Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
parent 98270625
No related branches found
No related tags found
No related merge requests found
......@@ -95,9 +95,8 @@ git add .
# The JSON in the commit message is used by the webhook listening
# on the downstream repo to figure out who to communicate the
# status update back to
git commit -m '{"origin":"'$ORIGIN'",
git commit -m '{"url":"'$URL'",
"url":"'$URL'",
"account":"'$ACCOUNT'",
"repo":"'$REPO'",
"commit": "'$COMMIT'",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment