Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Nov 11, 2024
1 parent 7081497 commit f428ce0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build_wazuh_dashboard_with_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,19 +163,6 @@ jobs:
aws-secret-access-key: ${{ secrets.CI_INTERNAL_DEVELOPMENT_BUCKET_USER_SECRET_KEY }}
aws-region: ${{ secrets.CI_AWS_REGION }}


# - name: Verify if package is already built
# run: |
# set +e
# echo "Verifying package"
# PACKAGE_NAME=${{ needs.setup-variables.outputs.PACKAGE_NAME }}
# exists=$(aws s3 ls s3://packages-dev.internal.wazuh.com/development/wazuh/4.x/main/packages/$PACKAGE_NAME)
# if [ -n "$exists" ]; then
# echo "Package already exists"
# exit 1
# fi
# set -e

build-base:
needs: [validate-job]
name: Build dashboard
Expand Down

0 comments on commit f428ce0

Please sign in to comment.