mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-12 14:48:13 +00:00
Merge pull request #4951 from wainersm/fix_kata-deploy-ci
Fix kata-deploy to work on CI context
This commit is contained in:
commit
3426da66df
@ -1 +1,2 @@
|
||||
build/
|
||||
dockerbuild/install_yq.sh
|
||||
|
@ -40,6 +40,7 @@ docker build -q -t build-kata-deploy \
|
||||
|
||||
docker run \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
--env CI="${CI:-}" \
|
||||
--env USER=${USER} -v "${kata_dir}:${kata_dir}" \
|
||||
--rm \
|
||||
-w ${script_dir} \
|
||||
|
Loading…
Reference in New Issue
Block a user