Skip to content

Commit

Permalink
ci: add sudo
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb committed Mar 18, 2024
1 parent b5f879d commit e0baeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opi-lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
runs-on: self-hosted
steps:
- name: nvidia bf-2 fw update using ansible
run: docker run --rm ghcr.io/opiproject/ansible-opi-dpu:main 172.22.4.2 --module-name include_role --args name=bmc_fw_update -vvv -i "172.22.4.2," -e dpu_bmc_username='root' -e dpu_bmc_password='123456'
run: sudo docker run --rm ghcr.io/opiproject/ansible-opi-dpu:main 172.22.4.2 --module-name include_role --args name=bmc_fw_update -vvv -i "172.22.4.2," -e dpu_bmc_username='root' -e dpu_bmc_password='123456'

0 comments on commit e0baeea

Please sign in to comment.