fix: forget to add tag to all steps
This commit is contained in:
parent
4e454d149b
commit
28d95c1b6a
1 changed files with 8 additions and 8 deletions
16
.drone.yml
16
.drone.yml
|
@ -15,22 +15,22 @@ steps:
|
||||||
- cd core/
|
- cd core/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-core-testing
|
- name: makepkg-core-testing
|
||||||
image: serguzim/emgauwa-packager
|
image: serguzim/emgauwa-packager:armv6h
|
||||||
commands:
|
commands:
|
||||||
- cd core-testing/
|
- cd core-testing/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-controller
|
- name: makepkg-controller
|
||||||
image: serguzim/emgauwa-packager
|
image: serguzim/emgauwa-packager:armv6h
|
||||||
commands:
|
commands:
|
||||||
- cd controller/
|
- cd controller/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-controller-testing
|
- name: makepkg-controller-testing
|
||||||
image: serguzim/emgauwa-packager
|
image: serguzim/emgauwa-packager:armv6h
|
||||||
commands:
|
commands:
|
||||||
- cd controller-testing/
|
- cd controller-testing/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-webapp
|
- name: makepkg-webapp
|
||||||
image: serguzim/emgauwa-packager
|
image: serguzim/emgauwa-packager:armv6h
|
||||||
commands:
|
commands:
|
||||||
- cd webapp/
|
- cd webapp/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
|
@ -74,22 +74,22 @@ steps:
|
||||||
- cd core/
|
- cd core/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-core-testing
|
- name: makepkg-core-testing
|
||||||
image: serguzim/emgauwa-packager
|
image: serguzim/emgauwa-packager:x86_64
|
||||||
commands:
|
commands:
|
||||||
- cd core-testing/
|
- cd core-testing/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-controller
|
- name: makepkg-controller
|
||||||
image: serguzim/emgauwa-packager
|
image: serguzim/emgauwa-packager:x86_64
|
||||||
commands:
|
commands:
|
||||||
- cd controller/
|
- cd controller/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-controller-testing
|
- name: makepkg-controller-testing
|
||||||
image: serguzim/emgauwa-packager
|
image: serguzim/emgauwa-packager:x86_64
|
||||||
commands:
|
commands:
|
||||||
- cd controller-testing/
|
- cd controller-testing/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-webapp
|
- name: makepkg-webapp
|
||||||
image: serguzim/emgauwa-packager
|
image: serguzim/emgauwa-packager:x86_64
|
||||||
commands:
|
commands:
|
||||||
- cd webapp/
|
- cd webapp/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
|
|
Reference in a new issue