Skip to content

Commit 3b43fcd

Browse files
committed
Revert commit to test
1 parent 128a3aa commit 3b43fcd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/5_builderpackage_dashboard.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,7 @@ jobs:
578578
env:
579579
username: 'wazuh-devel-xdrsiem-dashboard'
580580
run: |
581-
# git clone https://${{ env.username }}:${{ secrets.DASHBOARD_BOT_SMOKE_TEST_TOKEN }}@github.com/wazuh/wazuh-automation.git -b $(bash dev-tools/product_version.sh)
582-
git clone https://${{ env.username }}:${{ secrets.DASHBOARD_BOT_SMOKE_TEST_TOKEN }}@github.com/wazuh/wazuh-automation.git -b enhancement/2842-refactor-allocator-as-a-python-package-for-improved-dependency-management
581+
git clone https://${{ env.username }}:${{ secrets.DASHBOARD_BOT_SMOKE_TEST_TOKEN }}@github.com/wazuh/wazuh-automation.git -b $(bash dev-tools/product_version.sh)
583582
# Workaround: AWS CodeBuild runners may lack openssh-client, and the Allocator package
584583
# requires Python 3.12 specifically, while the runner's default python3 is 3.10
585584
if ! command -v ssh &>/dev/null || ! command -v python3.12 &>/dev/null; then

0 commit comments

Comments
 (0)