Merge pull request #2252 from Jakob-Naucke/ci-nounset

ci: set -o nounset
This commit is contained in:
Bin Liu 2021-07-20 10:03:28 +08:00 committed by GitHub
commit 1b71d31121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@
#
# SPDX-License-Identifier: Apache-2.0
set -o nounset
export tests_repo="${tests_repo:-github.com/kata-containers/tests}"
export tests_repo_dir="$GOPATH/src/$tests_repo"
export branch="${target_branch:-main}"