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_aws_eb_version_verify.sh;h=362a2f78af94895ada509f0b1972129be228123b;hp=c3b82574af592b9df402cefd71127d6b851a4e49;hb=305dd449050e02165f8af8f1a3bdc1796c862822;hpb=66a7420c2fb86543e16640cbeee04b4652dd9b27 diff --git a/resources/libraries/bash/entry/bootstrap_aws_eb_version_verify.sh b/resources/libraries/bash/entry/bootstrap_aws_eb_version_verify.sh index c3b82574af..362a2f78af 100755 --- a/resources/libraries/bash/entry/bootstrap_aws_eb_version_verify.sh +++ b/resources/libraries/bash/entry/bootstrap_aws_eb_version_verify.sh @@ -29,4 +29,4 @@ 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 -eb_version_verify || die +eb_version_build_verify || die