fix: revert drone step skipping

This commit is contained in:
Tobias Reisinger 2020-08-25 00:15:37 +02:00
parent 6e5004f18b
commit 0f2d9ad11d

View file

@ -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