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

Commit

Permalink
Merge pull request #699 from bergwolf/ci
Browse files Browse the repository at this point in the history
ci: install docker before configure
  • Loading branch information
GabyCT authored Dec 3, 2019
2 parents 895c7af + afd0871 commit f8258b1
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 f8258b1

Please sign in to comment.