share/container-build.sh: Fix path

The instructions are written so that this script should be run from the
root of the repository.  Specify the path from the root of the repo.
Before this fix, the command needed to be run from within <share/>.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar 2024-11-25 15:22:10 +01:00 committed by Iker Pedrosa
parent 742a230e30
commit 365279ea95

View File

@ -8,7 +8,7 @@
#
set -eE
cd ansible/
cd share/ansible/
ansible-playbook playbook.yml -i inventory.ini -e 'distribution=alpine'
ansible-playbook playbook.yml -i inventory.ini -e 'distribution=debian'
ansible-playbook playbook.yml -i inventory.ini -e 'distribution=fedora'