Skip to content

Commit

Permalink
ci: Add packaging repo for kata dependencies
Browse files Browse the repository at this point in the history
We need to add the packaging repo as a repository needed
for building the kata containers project.

Fixes kata-containers#1024

Depends-on:github.com/kata-containers/packaging#295

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
  • Loading branch information
GabyCT committed Jan 4, 2019
1 parent 0ea76b3 commit cef6b83
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 cef6b83

Please # to comment.