diff options
| author | 杨威 <[email protected]> | 2019-05-23 11:50:09 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2019-05-23 11:50:09 +0800 |
| commit | bb5366909943cc2f16bbc338754ee96c6e5c1da9 (patch) | |
| tree | adfe690a76598c91e8471a3cd20e061293f4ae2c | |
| parent | dca58d335d8a502a44bbcc7d28e5624ab766b3cb (diff) | |
Update autorelease.sh
| -rw-r--r-- | autorelease.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autorelease.sh b/autorelease.sh index f8ee53f..db536d1 100644 --- a/autorelease.sh +++ b/autorelease.sh @@ -1,5 +1,5 @@ #!/bin/sh -if [ $# != 8 ] ; then +if [ $# -lt 8 ] ; then echo "USAGE: ./autorelease.sh [API_V4_URL] [PROJECT_URL] [PROJECT_ID] [TOKEN] [COMMIT_TAG] [JOB] [COMMIT_MESSAGE] [PROJECT_NAME]" |
