mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-23 21:35:26 +03:00
ci-install: add ci_distro
Otherwise, we'll fail (due to set -u) if this parameter variable isn't passed. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Closes: #600 Approved by: cgwalters
This commit is contained in:
parent
54655795c9
commit
9026d5806f
@ -4,6 +4,7 @@ set -euo pipefail
|
||||
set -x
|
||||
|
||||
NULL=
|
||||
: "${ci_distro:=debian}"
|
||||
: "${ci_docker:=}"
|
||||
: "${ci_in_docker:=no}"
|
||||
: "${ci_suite:=jessie}"
|
||||
|
Loading…
Reference in New Issue
Block a user