diff options
-rwxr-xr-x | ci/deploy.sh | 3 |
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 |