Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password tool workflow use the builder.sh script with outdated options #162

Closed
Enaraque opened this issue Dec 16, 2024 · 1 comment · Fixed by #170
Closed

Password tool workflow use the builder.sh script with outdated options #162

Enaraque opened this issue Dec 16, 2024 · 1 comment · Fixed by #170
Assignees
Labels
level/task Task issue type/bug Bug issue

Comments

@Enaraque
Copy link
Member

Description

While working in #160 it has been seen that when running the password-tool workflow, it fails because the options used in the builder.sh are outdated.

- name: Build password-tool and wazuh-install scripts
run: |
bash builder.sh -p
bash builder.sh -i -d staging
shell: bash

The -d option was changed to be specified in the wazuh-install.sh instead of the builder.sh here:

The workflow must be modified by updating the command options in both scripts and checking that it runs correctly.

@Enaraque Enaraque added level/task Task issue type/bug Bug issue labels Dec 16, 2024
@Enaraque Enaraque self-assigned this Dec 17, 2024
@Enaraque
Copy link
Member Author

Update report

We have to confirm if we will use the pre-release or the staging repository because, in the staging repository, the last uploaded packages are not the ones with the latest development version. Once confirmed which one to use, the only thing left to do is to open the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/bug Bug issue
Projects
Status: Done
2 participants