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

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}"