File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -101,13 +101,14 @@ jobs:
101
101
set -ex
102
102
if [ $(GROUP_NAME) == vs ]; then
103
103
if [ $(dbg_image) == yes ]; then
104
- make $BUILD_OPTIONS INSTALL_DEBUG_TOOLS=y target/sonic-vs.img.gz && mv target/sonic-vs.img.gz target/sonic-vs-dbg.img.gz
104
+ make $BUILD_OPTIONS INSTALL_DEBUG_TOOLS=y target/sonic-vs.img.gz
105
+ mv target/sonic-vs.img.gz target/sonic-vs-dbg.img.gz
105
106
fi
106
107
make $BUILD_OPTIONS target/docker-sonic-vs.gz target/sonic-vs.img.gz target/docker-ptf.gz
107
108
else
108
109
if [ $(dbg_image) == yes ]; then
109
- make $BUILD_OPTIONS INSTALL_DEBUG_TOOLS=y target/sonic-$(GROUP_NAME).bin && \
110
- mv target/sonic-$(GROUP_NAME).bin target/sonic-$(GROUP_NAME)-dbg.bin
110
+ make $BUILD_OPTIONS INSTALL_DEBUG_TOOLS=y target/sonic-$(GROUP_NAME).bin
111
+ mv target/sonic-$(GROUP_NAME).bin target/sonic-$(GROUP_NAME)-dbg.bin
111
112
fi
112
113
if [ $(swi_image) == yes ]; then
113
114
make $BUILD_OPTIONS ENABLE_IMAGE_SIGNATURE=y target/sonic-aboot-$(GROUP_NAME).swi
You can’t perform that action at this time.
0 commit comments