X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Fentry%2Fbootstrap_aws_eb_version_verify.sh;fp=resources%2Flibraries%2Fbash%2Fentry%2Fbootstrap_trending.sh;h=c3b82574af592b9df402cefd71127d6b851a4e49;hp=b172a81be54ec4e0d74a077b820baff6d5140f0a;hb=d66bbe4d85079621e13d6e2940c933da1297ba2b;hpb=e6655fbc1f65e2e4599afd43e52a8cbecb810fe9 diff --git a/resources/libraries/bash/entry/bootstrap_trending.sh b/resources/libraries/bash/entry/bootstrap_aws_eb_version_verify.sh similarity index 79% rename from resources/libraries/bash/entry/bootstrap_trending.sh rename to resources/libraries/bash/entry/bootstrap_aws_eb_version_verify.sh index b172a81be5..c3b82574af 100755 --- a/resources/libraries/bash/entry/bootstrap_trending.sh +++ b/resources/libraries/bash/entry/bootstrap_aws_eb_version_verify.sh @@ -1,4 +1,4 @@ -# 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: @@ -25,8 +25,8 @@ source "${BASH_FUNCTION_DIR}/common.sh" || { echo "Source failed." >&2 exit 1 } -source "${BASH_FUNCTION_DIR}/docs.sh" || die "Source failed." +source "${BASH_FUNCTION_DIR}/eb_version.sh" || die "Source failed." +source "${BASH_FUNCTION_DIR}/hugo.sh" || die "Source failed." +source "${BASH_FUNCTION_DIR}/terraform.sh" || die "Source failed." common_dirs || die -activate_virtualenv || die -generate_trending || die -die_on_docs_error || die +eb_version_verify || die