From 0f2d9ad11dd97fce88beb17de8daa9ff493ef3dd Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Tue, 25 Aug 2020 00:15:37 +0200 Subject: [PATCH] fix: revert drone step skipping --- .drone.yml | 20 -------------------- 1 file changed, 20 deletions(-) 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