Skip to content

Commit

Permalink
Merge pull request clearcontainers#898 from grahamwhaley/20181108_ci_…
Browse files Browse the repository at this point in the history
…cleanup

ci: cleanup: pass tests_repo to cleanup scripts
  • Loading branch information
GabyCT authored Nov 8, 2018
2 parents 3c8b6ed + 3cfa4c0 commit a248760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins_job_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ "${BAREMETAL}" == true ]; then
clean_up_script="${tests_repo_dir}/.ci/${arch}/clean_up_${arch}.sh"
if [ -f "${clean_up_script}" ]; then
echo "Running baremetal cleanup script for arch ${arch}"
"${clean_up_script}"
tests_repo="${tests_repo}" "${clean_up_script}"
else
echo "No baremetal cleanup script for arch ${arch}"
fi
Expand Down

0 comments on commit a248760

Please sign in to comment.