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 45c3041
Showing 1 changed file with 0 additions and 22 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

0 comments on commit 45c3041

Please sign in to comment.