Skip to content

Commit

Permalink
there will be only one flavor of Amelia going forward. This can be in…
Browse files Browse the repository at this point in the history
…stalled on-prem or in Cloud. It should be installed on every search head where the dashboards are needed.
  • Loading branch information
northben committed Feb 28, 2020
1 parent 08b290a commit 7afe3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- splunk_cloud

jobs:
build:
Expand Down Expand Up @@ -32,24 +31,3 @@ jobs:
draft: false
branches: "master"
verbose: true

- name: Checkout splunk_cloud
uses: actions/checkout@v2
with:
ref: splunk_cloud

- name: Archive Splunk Cloud Release
uses: juankaram/[email protected]
with:
args: tar -czvf amelia_splunk_cloud.spl amelia

- name: Save splunk_cloud Release
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "*.spl"
tags: false
draft: false
branches: "splunk_cloud"
verbose: true
4 changes: 2 additions & 2 deletions amelia/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ label = Amelia
[launcher]
author = Ben Northway
description = A Configuration Explorer
version = 1.0.1
version = 1.0.2

[package]
id = amelia

[install]
build = 2
build = 3

0 comments on commit 7afe3a7

Please sign in to comment.