diff options
author | typebrook <typebrook@gmail.com> | 2020-06-08 23:59:34 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-06-08 23:59:34 +0800 |
commit | 27d0fe3f4aee6f0e754060c6ca92cbe6567a564c (patch) | |
tree | bb95c557ffc9eceff8007264b62ffcdb33789577 /alias | |
parent | 10ec0e5bd541e3d1f84adb84b4a19f9c7a61ab01 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ github_api() { | |||
113 | } | 113 | } |
114 | gcg() { | 114 | gcg() { |
115 | local user=$1; local repo=$2; shift; shift | 115 | local user=$1; local repo=$2; shift; shift |
116 | git clone git@github.com:$user/$repo.git $@ && cd $(basename $repo) $* | 116 | git clone git@github.com:$user/$repo.git $@ && cd $(basename $repo) |
117 | } | 117 | } |
118 | release() { | 118 | release() { |
119 | command="github-release.sh\n github_api_token=$GITHUB_API_TOKEN\n repo=typebrook/mapstew\n tag=daily-taiwan-pbf\n type=asset\n filename=taiwan-latest.osm.pbf\n action=upload|overwrite|rename|delete\n extra=" | 119 | command="github-release.sh\n github_api_token=$GITHUB_API_TOKEN\n repo=typebrook/mapstew\n tag=daily-taiwan-pbf\n type=asset\n filename=taiwan-latest.osm.pbf\n action=upload|overwrite|rename|delete\n extra=" |