mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-06 15:37:33 +00:00
ci: replace spaces by tabs as indent
Replace spaces by tabs as indent in file ci/lib.sh Fixes: #743 Signed-off-by: bin liu <bin@hyper.sh>
This commit is contained in:
parent
a06142fc5d
commit
357d788517
@ -17,9 +17,9 @@ clone_tests_repo()
|
|||||||
|
|
||||||
go get -d -u "$tests_repo" || true
|
go get -d -u "$tests_repo" || true
|
||||||
|
|
||||||
if [ -n "${TRAVIS_BRANCH:-}" ]; then
|
if [ -n "${TRAVIS_BRANCH:-}" ]; then
|
||||||
( cd "${tests_repo_dir}" && git checkout "${TRAVIS_BRANCH}" )
|
( cd "${tests_repo_dir}" && git checkout "${TRAVIS_BRANCH}" )
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
run_static_checks()
|
run_static_checks()
|
||||||
|
Loading…
Reference in New Issue
Block a user