Merge pull request #4951 from wainersm/fix_kata-deploy-ci

Fix kata-deploy to work on CI context
This commit is contained in:
GabyCT 2022-08-29 14:30:59 -05:00 committed by GitHub
commit 3426da66df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1 +1,2 @@
build/ build/
dockerbuild/install_yq.sh

View File

@ -40,6 +40,7 @@ docker build -q -t build-kata-deploy \
docker run \ docker run \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
--env CI="${CI:-}" \
--env USER=${USER} -v "${kata_dir}:${kata_dir}" \ --env USER=${USER} -v "${kata_dir}:${kata_dir}" \
--rm \ --rm \
-w ${script_dir} \ -w ${script_dir} \