Latest
This commit is contained in:
parent
e4f8de44f9
commit
023bffc36b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export DEBIAN_FRONTEND=noninteractive
|
|||
|
||||
# @description Load default settings if it is in a CI setting
|
||||
if [ -n "$CI" ]; then
|
||||
export HOST="$HOST"
|
||||
export HOST="$(hostname -s)"
|
||||
export NO_RESTART=true
|
||||
export HEADLESS_INSTALL=true
|
||||
export SOFTWARE_GROUP="Full"
|
||||
|
|
Loading…
Reference in a new issue