Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/Splunk_TA_app1/README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
This is an add-on powered by the Splunk Add-on Builder.

Test text
New version released
2 changes: 1 addition & 1 deletion deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion environments/uat/es/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading