aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-05 18:39:18 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-05 18:40:10 +0200
commit421ad65e48edde0d0e3ea1a56e10025224072841 (patch)
tree4cef0a9c1f3505bbd2031f5a4da60b6cdb70e65f /ci
parent5199ba88afc4f115b947a51080fc89ea70e5a1e8 (diff)
ci/deploy.sh: Remove extra '-s' in image dir path
Change-Id: Iabadd8565b7fcac6d3361200f30310391daf6648 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index b9c533323..72dedfc31 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -224,7 +224,7 @@ do
;;
S)
if [[ ${OPTARG} ]]; then
- STORAGE_DIR="-s ${OPTARG}"
+ STORAGE_DIR="${OPTARG}"
fi
;;
T)