aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-07-18 22:37:30 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-07-18 22:40:29 +0200
commit4512b250e725ff77883e8b445e3571d0d0738d51 (patch)
tree023bfe136add122deed7685f65394f6358ed4208 /ci
parent7eea191fd2f18bede50fdeef72b2764d415d043d (diff)
deploy.sh: Make submodules-clean
Allow starting ci/deploy.sh multiple times from the same repository. Change-Id: Ibc9d766640a611ce1d56454096c9f750da956c79 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 8ad11663..40abe67d 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -10,8 +10,7 @@
set -e
cd $WORKSPACE
-make submodules-init
-make patches-import
+make submodules-clean submodules-init patches-import
# source local environment variables
if ! [ -z $LAB_CONFIG_URL ]; then