Skip to content

Commit 36184ba

Browse files
committed
test v0.0.1
1 parent 3c36923 commit 36184ba

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -87,30 +87,6 @@ jobs:
8787
cd ..
8888
rm -rf temp-newrelic
8989
90-
- name: Package Kibana artifacts
91-
run: |
92-
# Create Kibana package (single version)
93-
mkdir -p temp-kibana
94-
cp -r kibana/dashboards temp-kibana/
95-
96-
cd temp-kibana
97-
tar -czf ../release-artifacts/redis-kibana-${{ steps.version.outputs.VERSION }}.tar.gz dashboards/
98-
zip -r ../release-artifacts/redis-kibana-${{ steps.version.outputs.VERSION }}.zip dashboards/
99-
cd ..
100-
rm -rf temp-kibana
101-
102-
- name: Package Splunk artifacts
103-
run: |
104-
# Create Splunk package (single version)
105-
mkdir -p temp-splunk
106-
cp -r splunk/dashboards splunk/config temp-splunk/
107-
108-
cd temp-splunk
109-
tar -czf ../release-artifacts/redis-splunk-${{ steps.version.outputs.VERSION }}.tar.gz dashboards/ config/
110-
zip -r ../release-artifacts/redis-splunk-${{ steps.version.outputs.VERSION }}.zip dashboards/ config/
111-
cd ..
112-
rm -rf temp-splunk
113-
11490
- name: Package Datadog artifacts
11591
run: |
11692
# Create Datadog package (v2 only)
@@ -143,8 +119,6 @@ jobs:
143119
# - **redis-dynatrace-${{ steps.version.outputs.VERSION }}**: Extensions and dashboards (v1 & v2)
144120
# - **redis-prometheus-${{ steps.version.outputs.VERSION }}**: Alerting rules and configurations (v1 & v2)
145121
# - **redis-newrelic-${{ steps.version.outputs.VERSION }}**: Dashboard collections and configurations (v1 & v2)
146-
# - **redis-kibana-${{ steps.version.outputs.VERSION }}**: Dashboard configurations for Elasticsearch/Kibana
147-
# - **redis-splunk-${{ steps.version.outputs.VERSION }}**: Dashboard and configuration files
148122
# - **redis-datadog-${{ steps.version.outputs.VERSION }}**: Datadog monitoring configurations
149123

150124
# Each package is available in both `.tar.gz` and `.zip` formats. For detailed setup instructions, please refer to the README files in each platform directory.

0 commit comments

Comments
 (0)