Addressing a small typo noticed in commit c04ea1133d
Signed-off-by: Bertrand Roussel <broussel@sierrawireless.com>
| ... | ... |
@@ -502,7 +502,7 @@ pipeline {
|
| 502 | 502 |
steps {
|
| 503 | 503 |
sh ''' |
| 504 | 504 |
make bundles/buildx |
| 505 |
- bundles/buidx build --load --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
|
|
| 505 |
+ bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
|
|
| 506 | 506 |
''' |
| 507 | 507 |
} |
| 508 | 508 |
} |