fix: forget to add tag to all steps

This commit is contained in:
Tobias Reisinger 2020-07-27 02:13:56 +02:00
parent 4e454d149b
commit 28d95c1b6a

View file

@ -15,22 +15,22 @@ steps:
- cd core/
- makepkg -s -f --cleanbuild --noconfirm
- name: makepkg-core-testing
image: serguzim/emgauwa-packager
image: serguzim/emgauwa-packager:armv6h
commands:
- cd core-testing/
- makepkg -s -f --cleanbuild --noconfirm
- name: makepkg-controller
image: serguzim/emgauwa-packager
image: serguzim/emgauwa-packager:armv6h
commands:
- cd controller/
- makepkg -s -f --cleanbuild --noconfirm
- name: makepkg-controller-testing
image: serguzim/emgauwa-packager
image: serguzim/emgauwa-packager:armv6h
commands:
- cd controller-testing/
- makepkg -s -f --cleanbuild --noconfirm
- name: makepkg-webapp
image: serguzim/emgauwa-packager
image: serguzim/emgauwa-packager:armv6h
commands:
- cd webapp/
- makepkg -s -f --cleanbuild --noconfirm
@ -74,22 +74,22 @@ steps:
- cd core/
- makepkg -s -f --cleanbuild --noconfirm
- name: makepkg-core-testing
image: serguzim/emgauwa-packager
image: serguzim/emgauwa-packager:x86_64
commands:
- cd core-testing/
- makepkg -s -f --cleanbuild --noconfirm
- name: makepkg-controller
image: serguzim/emgauwa-packager
image: serguzim/emgauwa-packager:x86_64
commands:
- cd controller/
- makepkg -s -f --cleanbuild --noconfirm
- name: makepkg-controller-testing
image: serguzim/emgauwa-packager
image: serguzim/emgauwa-packager:x86_64
commands:
- cd controller-testing/
- makepkg -s -f --cleanbuild --noconfirm
- name: makepkg-webapp
image: serguzim/emgauwa-packager
image: serguzim/emgauwa-packager:x86_64
commands:
- cd webapp/
- makepkg -s -f --cleanbuild --noconfirm