mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-25 19:21:53 +00:00
Merge pull request #2284 from Jakob-Naucke/ci-expand-to-nothing
ci: expand $CI to nothing
This commit is contained in:
commit
54bcd3c946
@ -17,7 +17,7 @@ export branch="${target_branch:-main}"
|
|||||||
clone_tests_repo()
|
clone_tests_repo()
|
||||||
{
|
{
|
||||||
if [ -d "$tests_repo_dir" ]; then
|
if [ -d "$tests_repo_dir" ]; then
|
||||||
[ -n "$CI" ] && return
|
[ -n "${CI:-}" ] && return
|
||||||
pushd "${tests_repo_dir}"
|
pushd "${tests_repo_dir}"
|
||||||
git checkout "${branch}"
|
git checkout "${branch}"
|
||||||
git pull
|
git pull
|
||||||
|
Loading…
Reference in New Issue
Block a user