Merge "Clear parallel actions from previous install"

This commit is contained in:
Zuul 2019-01-12 06:23:46 +00:00 committed by Gerrit Code Review
commit 5a5fc44981
1 changed files with 2 additions and 0 deletions

View File

@ -262,6 +262,8 @@ pushd ${LOCI_SRC_DIR}
eval "${docker_build_cmd}"
docker push ${tag}
unset projects[0]
# clear action from previous install (can be in dev local builds)
truncate -s 0 ${LOG_PREFIX}actions
# Run the rest of the projects with parallel
for project in ${projects[@]}; do
get_project_image_build_arguments $project