summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoneshf2015-06-07 19:44:26 -0700
committerjoneshf2015-06-30 07:01:52 -0700
commit08c7610d13a34d13cfc97f1939ac358249037e77 (patch)
tree90a1ddb0ef74d04cbfcdda24c667449c8a621d6f
parenta2f8ed825d6389c3f1f8185afe4bf87e0db36b41 (diff)
downloadaur-08c7610d13a34d13cfc97f1939ac358249037e77.tar.gz
Got rid of echos and push proper.
-rwxr-xr-xupdate_version.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/update_version.sh b/update_version.sh
index 1fa77a1fc7ce..a416db43b0da 100755
--- a/update_version.sh
+++ b/update_version.sh
@@ -11,8 +11,6 @@ curl -L "https://github.com/purescript/purescript/releases/download/v$VERSION/li
curl --data "$API_JSON" $RELEASE_URL?access_token=$PURESCRIPT_BIN_TOKEN
# Upload the tar.
ASSET_URL=$(curl "$RELEASE_URL/tags/v$VERSION?access_token=$PURESCRIPT_BIN_TOKEN" | json upload_url | sed "s/{.*//")
-echo $RELEASE_URL
-echo $ASSET_URL
curl -X POST -H "Content-Type:application/gzip" "$ASSET_URL?access_token=$PURESCRIPT_BIN_TOKEN&name=linux64.tar.gz" -T orig.tar.gz
# Continue with what we normally do.
@@ -25,4 +23,4 @@ namcap purescript-bin*.pkg.tar.xz
aurploader
git add .
git commit -m "Updated version to $VERSION."
-git push
+git push origin master