mirror of
https://github.com/zrepl/zrepl.git
synced 2025-05-30 22:57:27 +02:00
circleci: fixup bc92660: docs/publish.sh script -P option didn't work
forgot to add it to getopt
This commit is contained in:
parent
8749f0bd3d
commit
96396b2e86
@ -4,7 +4,7 @@ set -euo pipefail
|
|||||||
NON_INTERACTIVE=false
|
NON_INTERACTIVE=false
|
||||||
DO_CLONE=false
|
DO_CLONE=false
|
||||||
PUSH=false
|
PUSH=false
|
||||||
while getopts "ca" arg; do
|
while getopts "caP" arg; do
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
"a")
|
"a")
|
||||||
NON_INTERACTIVE=true
|
NON_INTERACTIVE=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user