diff --git a/.drone.yml b/.drone.yml index 6ba1f75..8a08ddf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,31 +13,26 @@ steps: image: serguzim/emgauwa-packager:aarch64 commands: - cd core/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-core-testing image: serguzim/emgauwa-packager:aarch64 commands: - cd core-testing/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller image: serguzim/emgauwa-packager:aarch64 commands: - cd controller/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller-testing image: serguzim/emgauwa-packager:aarch64 commands: - cd controller-testing/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-webapp image: serguzim/emgauwa-packager:aarch64 commands: - cd webapp/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: upload-packages image: serguzim/drone-webdav:aarch64 @@ -77,31 +72,26 @@ steps: image: serguzim/emgauwa-packager:armv6h commands: - cd core/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-core-testing image: serguzim/emgauwa-packager:armv6h commands: - cd core-testing/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller image: serguzim/emgauwa-packager:armv6h commands: - cd controller/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller-testing image: serguzim/emgauwa-packager:armv6h commands: - cd controller-testing/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-webapp image: serguzim/emgauwa-packager:armv6h commands: - cd webapp/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: upload-packages image: serguzim/drone-webdav:armv7h @@ -141,31 +131,26 @@ steps: image: serguzim/emgauwa-packager:armv7h commands: - cd core/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-core-testing image: serguzim/emgauwa-packager:armv7h commands: - cd core-testing/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller image: serguzim/emgauwa-packager:armv7h commands: - cd controller/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller-testing image: serguzim/emgauwa-packager:armv7h commands: - cd controller-testing/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-webapp image: serguzim/emgauwa-packager:armv7h commands: - cd webapp/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: upload-packages image: serguzim/drone-webdav:armv7h @@ -205,31 +190,26 @@ steps: image: serguzim/emgauwa-packager:x86_64 commands: - cd core/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-core-testing image: serguzim/emgauwa-packager:x86_64 commands: - cd core-testing/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller image: serguzim/emgauwa-packager:x86_64 commands: - cd controller/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller-testing image: serguzim/emgauwa-packager:x86_64 commands: - cd controller-testing/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-webapp image: serguzim/emgauwa-packager:x86_64 commands: - cd webapp/ - - [ -z "$(git diff HEAD^ .)" ] || exit 0 - makepkg -s -f --cleanbuild --noconfirm - name: upload-packages image: serguzim/drone-webdav:x86_64