Skip to content

Commit

Permalink
CI: fix building issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingshen Sun committed Aug 15, 2018
1 parent ab7832c commit 901d059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Expand Up @@ -12,7 +12,7 @@ pipeline:
build-packages:
image: mesalocklinux/build-mesalock-linux:latest
commands:
- for pkg in `find packages -name "build.yml"`; do ./mkpkg/target/release/mkpkg --verbose build $pkg || exit 1 done
- for pkg in `find packages -name "build.yml"`; do ./mkpkg/target/release/mkpkg --verbose build $pkg || exit 1; done
build-iso:
image: mesalocklinux/build-mesalock-linux:latest
commands:
Expand Down

0 comments on commit 901d059

Please sign in to comment.