Skip to content

Commit

Permalink
ci: break multi-line command
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Mar 22, 2024
1 parent a2a4ff4 commit 5b68961
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/opi-lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@ jobs:
runs-on: self-hosted
steps:
- name: nvidia bf-2 fw update using ansible
run: docker run --rm --pull=always 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='NvidiaBf2#Pass' -e bmc_fw_update_inventory_name='a5e46d02_running'
run: docker run --rm --pull=always \
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='NvidiaBf2#Pass' \
-e bmc_fw_update_inventory_name='a5e46d02_running'

0 comments on commit 5b68961

Please sign in to comment.