diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/build.sh | 2 | ||||
-rwxr-xr-x | ci/deploy.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/build.sh b/ci/build.sh index 9ae43f30..0b46a7d7 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -15,5 +15,5 @@ export OPNFV_GIT_SHA=$(git rev-parse HEAD) export LOCAL_CACHE_ARCH_NAME="armband-cache" # Initialize Armband git submodules & apply patches first -make -C ${ARMBAND_BASE} submodules-clean patches-import +make -C ${ARMBAND_BASE} patches-import cd ${ARMBAND_BASE}/upstream/fuel/ci && ./build.sh $* diff --git a/ci/deploy.sh b/ci/deploy.sh index 40abe67d..179b168f 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -10,7 +10,7 @@ set -e cd $WORKSPACE -make submodules-clean submodules-init patches-import +make patches-import # source local environment variables if ! [ -z $LAB_CONFIG_URL ]; then |