fix: revert drone step skipping
This commit is contained in:
parent
6e5004f18b
commit
0f2d9ad11d
1 changed files with 0 additions and 20 deletions
20
.drone.yml
20
.drone.yml
|
@ -13,31 +13,26 @@ steps:
|
||||||
image: serguzim/emgauwa-packager:aarch64
|
image: serguzim/emgauwa-packager:aarch64
|
||||||
commands:
|
commands:
|
||||||
- cd core/
|
- cd core/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-core-testing
|
- name: makepkg-core-testing
|
||||||
image: serguzim/emgauwa-packager:aarch64
|
image: serguzim/emgauwa-packager:aarch64
|
||||||
commands:
|
commands:
|
||||||
- cd core-testing/
|
- cd core-testing/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-controller
|
- name: makepkg-controller
|
||||||
image: serguzim/emgauwa-packager:aarch64
|
image: serguzim/emgauwa-packager:aarch64
|
||||||
commands:
|
commands:
|
||||||
- cd controller/
|
- cd controller/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-controller-testing
|
- name: makepkg-controller-testing
|
||||||
image: serguzim/emgauwa-packager:aarch64
|
image: serguzim/emgauwa-packager:aarch64
|
||||||
commands:
|
commands:
|
||||||
- cd controller-testing/
|
- cd controller-testing/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-webapp
|
- name: makepkg-webapp
|
||||||
image: serguzim/emgauwa-packager:aarch64
|
image: serguzim/emgauwa-packager:aarch64
|
||||||
commands:
|
commands:
|
||||||
- cd webapp/
|
- cd webapp/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: upload-packages
|
- name: upload-packages
|
||||||
image: serguzim/drone-webdav:aarch64
|
image: serguzim/drone-webdav:aarch64
|
||||||
|
@ -77,31 +72,26 @@ steps:
|
||||||
image: serguzim/emgauwa-packager:armv6h
|
image: serguzim/emgauwa-packager:armv6h
|
||||||
commands:
|
commands:
|
||||||
- cd core/
|
- cd core/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-core-testing
|
- name: makepkg-core-testing
|
||||||
image: serguzim/emgauwa-packager:armv6h
|
image: serguzim/emgauwa-packager:armv6h
|
||||||
commands:
|
commands:
|
||||||
- cd core-testing/
|
- cd core-testing/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-controller
|
- name: makepkg-controller
|
||||||
image: serguzim/emgauwa-packager:armv6h
|
image: serguzim/emgauwa-packager:armv6h
|
||||||
commands:
|
commands:
|
||||||
- cd controller/
|
- cd controller/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-controller-testing
|
- name: makepkg-controller-testing
|
||||||
image: serguzim/emgauwa-packager:armv6h
|
image: serguzim/emgauwa-packager:armv6h
|
||||||
commands:
|
commands:
|
||||||
- cd controller-testing/
|
- cd controller-testing/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-webapp
|
- name: makepkg-webapp
|
||||||
image: serguzim/emgauwa-packager:armv6h
|
image: serguzim/emgauwa-packager:armv6h
|
||||||
commands:
|
commands:
|
||||||
- cd webapp/
|
- cd webapp/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: upload-packages
|
- name: upload-packages
|
||||||
image: serguzim/drone-webdav:armv7h
|
image: serguzim/drone-webdav:armv7h
|
||||||
|
@ -141,31 +131,26 @@ steps:
|
||||||
image: serguzim/emgauwa-packager:armv7h
|
image: serguzim/emgauwa-packager:armv7h
|
||||||
commands:
|
commands:
|
||||||
- cd core/
|
- cd core/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-core-testing
|
- name: makepkg-core-testing
|
||||||
image: serguzim/emgauwa-packager:armv7h
|
image: serguzim/emgauwa-packager:armv7h
|
||||||
commands:
|
commands:
|
||||||
- cd core-testing/
|
- cd core-testing/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-controller
|
- name: makepkg-controller
|
||||||
image: serguzim/emgauwa-packager:armv7h
|
image: serguzim/emgauwa-packager:armv7h
|
||||||
commands:
|
commands:
|
||||||
- cd controller/
|
- cd controller/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-controller-testing
|
- name: makepkg-controller-testing
|
||||||
image: serguzim/emgauwa-packager:armv7h
|
image: serguzim/emgauwa-packager:armv7h
|
||||||
commands:
|
commands:
|
||||||
- cd controller-testing/
|
- cd controller-testing/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-webapp
|
- name: makepkg-webapp
|
||||||
image: serguzim/emgauwa-packager:armv7h
|
image: serguzim/emgauwa-packager:armv7h
|
||||||
commands:
|
commands:
|
||||||
- cd webapp/
|
- cd webapp/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: upload-packages
|
- name: upload-packages
|
||||||
image: serguzim/drone-webdav:armv7h
|
image: serguzim/drone-webdav:armv7h
|
||||||
|
@ -205,31 +190,26 @@ steps:
|
||||||
image: serguzim/emgauwa-packager:x86_64
|
image: serguzim/emgauwa-packager:x86_64
|
||||||
commands:
|
commands:
|
||||||
- cd core/
|
- cd core/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-core-testing
|
- name: makepkg-core-testing
|
||||||
image: serguzim/emgauwa-packager:x86_64
|
image: serguzim/emgauwa-packager:x86_64
|
||||||
commands:
|
commands:
|
||||||
- cd core-testing/
|
- cd core-testing/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-controller
|
- name: makepkg-controller
|
||||||
image: serguzim/emgauwa-packager:x86_64
|
image: serguzim/emgauwa-packager:x86_64
|
||||||
commands:
|
commands:
|
||||||
- cd controller/
|
- cd controller/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-controller-testing
|
- name: makepkg-controller-testing
|
||||||
image: serguzim/emgauwa-packager:x86_64
|
image: serguzim/emgauwa-packager:x86_64
|
||||||
commands:
|
commands:
|
||||||
- cd controller-testing/
|
- cd controller-testing/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-webapp
|
- name: makepkg-webapp
|
||||||
image: serguzim/emgauwa-packager:x86_64
|
image: serguzim/emgauwa-packager:x86_64
|
||||||
commands:
|
commands:
|
||||||
- cd webapp/
|
- cd webapp/
|
||||||
- [ -z "$(git diff HEAD^ .)" ] || exit 0
|
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: upload-packages
|
- name: upload-packages
|
||||||
image: serguzim/drone-webdav:x86_64
|
image: serguzim/drone-webdav:x86_64
|
||||||
|
|
Reference in a new issue