Skip to content

Commit

Permalink
share/container-build.sh: Fix path
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
alejandro-colomar authored and ikerexxe committed Nov 25, 2024
1 parent 742a230 commit 365279e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/container-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 365279e

Please sign in to comment.