From add013d447779045dff1f6911866e4d1f239f403 Mon Sep 17 00:00:00 2001 From: bdebek-splunk Date: Tue, 14 Jan 2025 12:13:53 +0100 Subject: [PATCH] fix: correct app name casing in deployment configuration --- apps/Splunk_TA_app1/README.txt | 1 + deploy.py | 2 +- environments/uat/es/deployment.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/Splunk_TA_app1/README.txt b/apps/Splunk_TA_app1/README.txt index 687d731..ffb9cf2 100644 --- a/apps/Splunk_TA_app1/README.txt +++ b/apps/Splunk_TA_app1/README.txt @@ -1,3 +1,4 @@ This is an add-on powered by the Splunk Add-on Builder. Test text +New version released diff --git a/deploy.py b/deploy.py index f6ba729..3cf0329 100644 --- a/deploy.py +++ b/deploy.py @@ -76,7 +76,7 @@ def main(): "distribution" ] = f"failed with status code: {distribution_status}" else: - print(f"App {app} failed validation. Skipping distribution.") + print(f"App {app} failed validation. Skipping distribution.\n") deployment_report[app][ "distribution" ] = "failed due to app validation error" diff --git a/environments/uat/es/deployment.yml b/environments/uat/es/deployment.yml index 4bc094e..e224e09 100644 --- a/environments/uat/es/deployment.yml +++ b/environments/uat/es/deployment.yml @@ -3,7 +3,7 @@ target: apps: Splunk_TA_App1: s3-bucket: splunk-apps-deployment - source: apps/Splunk_TA_app1.tgz + source: apps/Splunk_TA_App1.tgz config: - ./Splunk_TA_app1/*.conf buttercup_app_for_splunk: