Skip to content

Commit

Permalink
Update beta-dev_nv.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad23012009 authored Mar 23, 2024
1 parent 0b531cb commit 794cccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta-dev_nv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
git clone https://github.com/holoiso-staging/buildroot buildroot
git clone https://github.com/holoiso-staging/postcopy -b dev_nv buildroot/postcopy_beta-dev_nv
mkdir /mnt/build
echo '$storageBoxPassword' | sshfs -o password_stdin -o "StrictHostKeyChecking no" $storageBoxLink:/ /mnt/build
echo '$storageBoxPassword' | sshfs -o password_stdin -oStrictHostKeyChecking=no $storageBoxLink:/ /mnt/build
- name: Build image
run: |
mkdir -p $(pwd)/output $(pwd)/workdir
Expand Down

0 comments on commit 794cccf

Please sign in to comment.