mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 00:07:55 +00:00
Merge pull request #744 from liubin/fix/743-replace-spaces-by-tabs
ci: replace spaces by tabs as indent
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user