aboutsummaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 1c95d401..b81e5c8c 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -18,7 +18,7 @@ make patches-import
# source local environment variables
if ! [ -z $LAB_CONFIG_URL ]; then
- while getopts "l:p:" OPTION 2>/dev/null
+ while getopts "b:B:dfFl:L:p:s:S:T:i:he" OPTION 2>/dev/null
do
case $OPTION in
l) TARGET_LAB=$OPTARG;;