mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-02 02:02:24 +00:00
Merge pull request #538 from ganeshmaharaj/fix-ci-ci
release: initialize CI variable in lib.sh
This commit is contained in:
commit
e08f1e77fd
@ -41,7 +41,7 @@ get_from_kata_deps() {
|
|||||||
# through CI. For the kernel, .ci/install_kata_kernel.sh file in tests
|
# through CI. For the kernel, .ci/install_kata_kernel.sh file in tests
|
||||||
# repository will pass the kernel version as an override to this function to
|
# repository will pass the kernel version as an override to this function to
|
||||||
# allow testing of kernels before they land in tree.
|
# allow testing of kernels before they land in tree.
|
||||||
if ${CI}; then
|
if [ "${CI:-}" = "true" ]; then
|
||||||
versions_file="${GOPATH}/src/${runtime_repo}/versions.yaml"
|
versions_file="${GOPATH}/src/${runtime_repo}/versions.yaml"
|
||||||
else
|
else
|
||||||
versions_file="versions-${branch}.yaml"
|
versions_file="versions-${branch}.yaml"
|
||||||
|
Loading…
Reference in New Issue
Block a user