Skip to content

Commit

Permalink
[kvmtest]: copy sonic-vs.img.gz to allow the build to archive the art…
Browse files Browse the repository at this point in the history
…ifacts

Signed-off-by: Guohan Lu <gulv@microsoft.com>
  • Loading branch information
lguohan committed Nov 13, 2019
1 parent 9401a1d commit eb5a780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/vs/buildimage-vs-image/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ ls -l

cat $PRIVATE_KEY > pkey.txt

gzip -d target/sonic-vs.img.gz
mkdir -p $HOME/sonic-vm/images
mv target/sonic-vs.img $HOME/sonic-vm/images/
cp target/sonic-vs.img.gz $HOME/sonic-vm/images/
gzip -fd $HOME/sonic-vm/images/sonic-vs.img.gz

ls -l $HOME/sonic-vm/images

Expand Down

0 comments on commit eb5a780

Please sign in to comment.