diff options
author | 2016-07-19 09:30:39 +0000 | |
---|---|---|
committer | 2016-07-19 09:30:39 +0000 | |
commit | ac775fc516ffbc10a08bc1306d87b2798dac60ea (patch) | |
tree | 0059d31d5b3423313efdbfdc1a036bf4ad90c912 /ci | |
parent | f79ac4e94d884864ea35464d16d243dede6674b7 (diff) | |
parent | 4512b250e725ff77883e8b445e3571d0d0738d51 (diff) |
Merge "deploy.sh: Make submodules-clean"
Diffstat (limited to 'ci')
-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 |