summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg-update-host-containers.sh2
-rwxr-xr-xtcwg-update-llvmbot-containers.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-update-host-containers.sh b/tcwg-update-host-containers.sh
index bde3f718..63c4b195 100755
--- a/tcwg-update-host-containers.sh
+++ b/tcwg-update-host-containers.sh
@@ -7,7 +7,7 @@ scripts=$(dirname $0)
. $scripts/jenkins-helpers.sh
convert_args_to_variables "$@"
-distro="${distro-bionic}"
+distro="${distro-focal}"
node="${node-host}"
group="${group-default}"
force="${force-false}"
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index 7bcfd9a0..25439729 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -10,7 +10,7 @@ convert_args_to_variables "$@"
obligatory_variables NODE_NAME password
declare NODE_NAME password
-distro="${distro-bionic}"
+distro="${distro-focal}"
force="${force-false}"
master="${master-silent}"
verbose="${verbose-true}"