You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After doing some tests to create Puppet packages using GitHub Actions (in https://github.com/wazuh/wazuh-qa-automation/issues/443), an error was detected in the URI where the Puppet package is expected to be in the development bucket. The package was successfully uploaded to the expected path, but the informative log showed an incorrect path.
The Upload Puppet module to S3 stage shows the URI where the package should be stored, but there is an error because an extra slash (/) is included in the path:
Description
After doing some tests to create Puppet packages using GitHub Actions (in https://github.com/wazuh/wazuh-qa-automation/issues/443), an error was detected in the URI where the Puppet package is expected to be in the development bucket. The package was successfully uploaded to the expected path, but the informative log showed an incorrect path.
The
Upload Puppet module to S3
stage shows the URI where the package should be stored, but there is an error because an extra slash (/
) is included in the path:S3 URI: s3://packages-dev.internal.wazuh.com/development/wazuh/4.x/secondary/puppet-module//wazuh-wazuh-4.11.0-305e879.tar.gz
The expected URI should be:
S3 URI: s3://packages-dev.internal.wazuh.com/development/wazuh/4.x/secondary/puppet-module/wazuh-wazuh-4.11.0-305e879.tar.gz
Action: https://github.com/wazuh/wazuh-puppet/actions/runs/13109248967/job/36569392925
The text was updated successfully, but these errors were encountered: