Merge pull request #1716 from wazuh/enhancement/2577-new-bucket-name-to-4.13.1
Packages-dev bucket migration to 4.13.0
This commit is contained in:
commit
38a886f2c6
@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Bucket migrate from packages-dev.wazuh.com to xdrsiem-packages-dev ([#1716](https://github.com/wazuh/wazuh-ansible/pull/1716))- None
|
||||||
- Bucket migration for packages-dev.wazuh.com ([#1712](https://github.com/wazuh/wazuh-ansible/pull/1712))- None
|
- Bucket migration for packages-dev.wazuh.com ([#1712](https://github.com/wazuh/wazuh-ansible/pull/1712))- None
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@ -19,7 +19,7 @@ checkPackages(){
|
|||||||
CHECK_WIN_PACKAGE=$(grep windows ../files/packages_uri_new.txt)
|
CHECK_WIN_PACKAGE=$(grep windows ../files/packages_uri_new.txt)
|
||||||
echo $CHECK_WIN_PACKAGE
|
echo $CHECK_WIN_PACKAGE
|
||||||
if [ -n "$CHECK_WIN_PACKAGE" ]; then
|
if [ -n "$CHECK_WIN_PACKAGE" ]; then
|
||||||
WIN_AGENT_NAME=$(aws s3 ls s3://packages-dev.wazuh.com/staging/windows/wazuh-agent-$VERSION --region=us-west-1 | tail -1 | awk '{printf $4}')
|
WIN_AGENT_NAME=$(aws s3 ls s3://xdrsiem-packages-dev/staging/windows/wazuh-agent-$VERSION --region=us-west-1 | tail -1 | awk '{printf $4}')
|
||||||
if [ -z $WIN_AGENT_NAME ]; then
|
if [ -z $WIN_AGENT_NAME ]; then
|
||||||
echo "Windows agent package for version " $VERSION " does not exist in the staging repository"
|
echo "Windows agent package for version " $VERSION " does not exist in the staging repository"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user