summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/csit
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/scripts/csit')
-rw-r--r--jjb/scripts/csit/terraform-aws-eb-version-deploy.sh4
-rw-r--r--jjb/scripts/csit/terraform-aws-eb-version-verify.sh (renamed from jjb/scripts/csit/terraform-aws-eb-version-upload.sh)4
2 files changed, 4 insertions, 4 deletions
diff --git a/jjb/scripts/csit/terraform-aws-eb-version-deploy.sh b/jjb/scripts/csit/terraform-aws-eb-version-deploy.sh
index 250280d41..3bc683b91 100644
--- a/jjb/scripts/csit/terraform-aws-eb-version-deploy.sh
+++ b/jjb/scripts/csit/terraform-aws-eb-version-deploy.sh
@@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-echo "---> jjb/scripts/csit/cdash-deploy.sh"
+echo "---> jjb/scripts/csit/terraform-aws-eb-version-deploy.sh"
set -exuo pipefail
csit_entry_dir="${WORKSPACE}/resources/libraries/bash/entry"
-source "${csit_entry_dir}/bootstrap_cdash_deploy.sh" \ No newline at end of file
+source "${csit_entry_dir}/bootstrap_aws_eb_version_deploy.sh"
diff --git a/jjb/scripts/csit/terraform-aws-eb-version-upload.sh b/jjb/scripts/csit/terraform-aws-eb-version-verify.sh
index 64bffedc2..7a9f16261 100644
--- a/jjb/scripts/csit/terraform-aws-eb-version-upload.sh
+++ b/jjb/scripts/csit/terraform-aws-eb-version-verify.sh
@@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-echo "---> jjb/scripts/csit/cdash-upload.sh"
+echo "---> jjb/scripts/csit/terraform-aws-eb-version-verify.sh"
set -exuo pipefail
csit_entry_dir="${WORKSPACE}/resources/libraries/bash/entry"
-source "${csit_entry_dir}/bootstrap_cdash_upload.sh" \ No newline at end of file
+source "${csit_entry_dir}/bootstrap_aws_eb_version_verify.sh"