summaryrefslogtreecommitdiffstats
path: root/docker/scripts/lib_csit.sh
diff options
context:
space:
mode:
authorPeter Mikus <peter.mikus@protonmail.ch>2023-03-21 13:52:12 +0000
committerPeter Mikus <peter.mikus@protonmail.ch>2023-03-22 14:38:17 +0000
commit1d7758a03eeaa6daa7b28680ca3ea30a6bd26692 (patch)
tree79b8096b37e4332d41072b844bc29c6eabb2a5d6 /docker/scripts/lib_csit.sh
parentce96f2c945b4f57d643c15f2d7fde618e64b4d90 (diff)
feat(docker): Add Hugo support packages
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I1eb98bc0471ea04629f5c41c0880cfeee10c5ece
Diffstat (limited to 'docker/scripts/lib_csit.sh')
-rw-r--r--docker/scripts/lib_csit.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/docker/scripts/lib_csit.sh b/docker/scripts/lib_csit.sh
index 525e7487c..9ac2a1961 100644
--- a/docker/scripts/lib_csit.sh
+++ b/docker/scripts/lib_csit.sh
@@ -1,7 +1,7 @@
# lib_csit.sh - Docker build script CSIT library.
# For import only.
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2023 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@ -34,8 +34,7 @@ csit_supported_executor_class() {
csit_supported_os() {
case "$1" in
- # TODO: fix to be only ubuntu-22.04 once migration is complete.
- ubuntu-2[02].04) return 0 ;;
+ ubuntu-22.04) return 0 ;;
*) ;;
esac
return 1