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
When running the generate_ova.sh script from a tag instead of a branch and without passing any parameters, we get the following error.
$ git clone https://github.com/wazuh/wazuh-virtual-machines &&cd wazuh-virtual-machines/ova/ && git checkout v4.10.0-alpha2
$ ./generate_ova.shBuilding Wazuh OVA version 4.10.0Branch HEAD not found in wazuh-installation-assistant repository==> default: VM not created. Moving on...
This is because when this command is executed from a tag it will always return HEAD.
Description
When running the
generate_ova.sh
script from a tag instead of a branch and without passing any parameters, we get the following error.This is because when this command is executed from a tag it will always return HEAD.
wazuh-virtual-machines/ova/generate_ova.sh
Lines 220 to 221 in 57bdc42
So when we try to do
git ls-remote
with the following command, it does not find that branch:Related
The text was updated successfully, but these errors were encountered: