Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1025 from GabyCT/topic/addpackaging
Browse files Browse the repository at this point in the history
ci: Add packaging repo for kata dependencies
  • Loading branch information
caoruidong authored Jan 7, 2019
2 parents 0ea76b3 + cef6b83 commit d208050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/resolve-kata-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ proxy_repo="${proxy_repo:-github.com/kata-containers/proxy}"
runtime_repo="${runtime_repo:-github.com/kata-containers/runtime}"
shim_repo="${shim_repo:-github.com/kata-containers/shim}"
tests_repo="${tests_repo:-github.com/kata-containers/tests}"
packaging_repo="${tests_repo:-github.com/kata-containers/packaging}"

apply_depends_on() {
# kata_repo variable is set by the jenkins_job_build.sh
Expand Down Expand Up @@ -58,7 +59,7 @@ apply_depends_on() {
}

clone_repos() {
local kata_repos=( "${agent_repo}" "${proxy_repo}" "${runtime_repo}" "${shim_repo}" "${tests_repo}" )
local kata_repos=( "${agent_repo}" "${proxy_repo}" "${runtime_repo}" "${shim_repo}" "${tests_repo}" "${packaging_repo}" )
for repo in "${kata_repos[@]}"
do
echo "Cloning ${repo}"
Expand Down

0 comments on commit d208050

Please # to comment.