From e35d32ab89e8866ae0be08c8b52e4edaa4e2d79b Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 6 Apr 2018 10:53:43 +0100 Subject: Update git submodules * Update docs/submodules/releng-xci from branch 'master' - xci: bifrost: Fix unbound variable error If we are not in a virtual environment, then VIRTUAL_ENV is going to be unset and we will fail with the following error: ./scripts/bifrost-provision.sh: line 105: VIRTUAL_ENV: unbound variable As such, we need to provide a default value if that variable is unset. We also fix a typo in the _sudo variable. Change-Id: Ic018716c03ffba6e8e742e34720ea462b85341be Signed-off-by: Markos Chandras --- docs/submodules/releng-xci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/releng-xci') diff --git a/docs/submodules/releng-xci b/docs/submodules/releng-xci index e5674e0a5..a2cf6b449 160000 --- a/docs/submodules/releng-xci +++ b/docs/submodules/releng-xci @@ -1 +1 @@ -Subproject commit e5674e0a504304c3ac698cca39b93e8c4992b067 +Subproject commit a2cf6b44936886ff3cc142907552b016e8f5d42e -- cgit 1.2.3-korg