Commit 64ca9bb 1 parent 17d0dae commit 64ca9bb Copy full SHA for 64ca9bb
File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 63
63
submodules : true
64
64
- script : |
65
65
./autogen.sh
66
- dpkg-buildpackage -us -uc -b -j$(nproc)
67
- cp ../*.deb .
66
+ dpkg-buildpackage -us -uc -b -j$(nproc) && cp ../*.deb .
68
67
displayName: "Compile sonic swss"
69
68
- publish : $(System.DefaultWorkingDirectory)/
70
69
artifact : sonic-swss
@@ -124,8 +123,7 @@ jobs:
124
123
submodules : true
125
124
- script : |
126
125
./autogen.sh
127
- dpkg-buildpackage -us -uc -b -j$(nproc)
128
- cp ../*.deb .
126
+ dpkg-buildpackage -us -uc -b -j$(nproc) && cp ../*.deb .
129
127
displayName: "Compile sonic swss"
130
128
- publish : $(System.DefaultWorkingDirectory)/
131
129
artifact : sonic-swss.arm64
@@ -185,8 +183,7 @@ jobs:
185
183
submodules : true
186
184
- script : |
187
185
./autogen.sh
188
- dpkg-buildpackage -us -uc -b -j$(nproc)
189
- cp ../*.deb .
186
+ dpkg-buildpackage -us -uc -b -j$(nproc) && cp ../*.deb .
190
187
displayName: "Compile sonic swss"
191
188
- publish : $(System.DefaultWorkingDirectory)/
192
189
artifact : sonic-swss.armhf
You can’t perform that action at this time.
0 commit comments