Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
ci: install docker before configure
Browse files Browse the repository at this point in the history
run.sh might shutdown docker service and ci would fail when trying
to configure docker runtime.

Fixes: #700
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
  • Loading branch information
bergwolf committed Dec 3, 2019
1 parent 11d5c33 commit afd0871
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ source "${cidir}/lib.sh"
pushd "${tests_repo_dir}"
.ci/run.sh
testcidir=$(dirname "$0")

echo "Starting docker service before making proto"
sudo systemctl start docker

"${testcidir}/../cmd/container-manager/manage_ctr_mgr.sh" docker configure -r runc -f
popd
make proto

0 comments on commit afd0871

Please sign in to comment.