Skip to content

Commit

Permalink
Fix reference in building workflow (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti authored Apr 16, 2024
1 parent 08e630f commit aa2d0db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_wazuh_dashboard_with_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ on:
required: true
default: false


jobs:
validate-inputs:
runs-on: ubuntu-latest
Expand All @@ -72,7 +71,7 @@ jobs:
build-main-plugins:
needs: [validate-inputs]
name: Build plugins
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@master
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@4.9.0
with:
reference: ${{ inputs.reference_wazuh_plugins }}

Expand Down Expand Up @@ -161,7 +160,6 @@ jobs:
-b file://${{env.CURRENT_DIR}}/artifacts/dashboard-package.zip \
--${{ inputs.system }} ${{ env.PRODUCTION }}
- name: Test package
run: |
cd ${{ env.CURRENT_DIR }}/dev-tools/test-packages
Expand Down

0 comments on commit aa2d0db

Please sign in to comment.