2019-08-22 12:19:49 -07:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
HERE="$(dirname "$0")"
|
|
|
|
|
2020-04-20 16:43:13 -07:00
|
|
|
# shellcheck source=ci/setup-new-buildkite-agent/utils.sh
|
2019-08-22 12:19:49 -07:00
|
|
|
source "$HERE"/utils.sh
|
|
|
|
|
|
|
|
ensure_env || exit 1
|
|
|
|
|
|
|
|
set -xe
|
|
|
|
|
|
|
|
systemctl disable systemd-networkd-wait-online.service
|
|
|
|
systemctl mask systemd-networkd-wait-online.service
|