run shell or other commands
continuous-integration/woodpecker the build was successful Details

This commit is contained in:
f 2021-11-16 11:43:34 -03:00
parent 3c728c5984
commit 2d794cf58e
2 changed files with 3 additions and 1 deletions

View File

@ -12,3 +12,4 @@ RUN apk update
USER builder
ENTRYPOINT /usr/local/bin/build
CMD ["abuild", "-r"]

View File

@ -6,4 +6,5 @@ export PATH=/usr/lib/ccache/bin:$PATH
cd /home/builder/package
abuild checksum
abuild -r
exec $*