Skip to content

Commit

Permalink
Update build.yml and config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Sep 23, 2024
1 parent 56cad0e commit a202f3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
9 changes: 2 additions & 7 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
contact_links:
- name: OpenSearch Community Support
url: https://discuss.opendistrocommunity.dev/
about: Please ask and answer questions here.
- name: AWS/Amazon Security
url: https://aws.amazon.com/security/vulnerability-reporting/
about: Please report security vulnerabilities here.
# disable blank issue creation
blank_issues_enabled: false
15 changes: 1 addition & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
irun-name: Build ${{ inputs.plugin }} plugin | ${{ inputs.id }}
run-name: Build Wazuh Indexer Reporting plugin
name: Build packages

# This workflow runs when any of the following occur:
Expand Down Expand Up @@ -68,19 +68,6 @@ jobs:
working-directory: ./plugins/${{ inputs.plugin }}
run: ./gradlew build -Dversion=${{ steps.version.outputs.version }} -Drevision=${{ inputs.revision }}

# - name: Test RPM package
# if: ${{ matrix.distribution == 'rpm' }}
# uses: addnab/docker-run-action@v3
# with:
# image: redhat/ubi9:latest
# options: -v ${{ github.workspace }}/artifacts/dist:/artifacts/dist
# run: |
# yum localinstall "/artifacts/dist/${{ steps.package.outputs.name }}" -y

# - name: Test DEB package
# if: ${{ matrix.distribution == 'deb' }}
# run: |
# sudo dpkg -i "artifacts/dist/${{ steps.package.outputs.name }}"

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a202f3d

Please sign in to comment.