=pro unset dry_run flag
* dry_run=false doesn't work for me
This commit is contained in:
parent
dc0547dd73
commit
31939046ed
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ while true; do
|
|||
-t | --run-tests ) run_tests=true; shift ;;
|
||||
-s | --server ) release_server=$2; shift 2 ;;
|
||||
-p | --path ) release_path=$2; shift 2 ;;
|
||||
-e | --real-run) dry_run=false; shift ;;
|
||||
-e | --real-run) unset dry_run; shift ;;
|
||||
-m | --no-mima) no_mima=true; shift ;;
|
||||
-r | --no-revert) no_revert=true; shift ;;
|
||||
* ) break ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue