run shell or other commands
All checks were successful
continuous-integration/woodpecker the build was successful
All checks were successful
continuous-integration/woodpecker the build was successful
This commit is contained in:
parent
3c728c5984
commit
2d794cf58e
2 changed files with 3 additions and 1 deletions
|
@ -12,3 +12,4 @@ RUN apk update
|
||||||
|
|
||||||
USER builder
|
USER builder
|
||||||
ENTRYPOINT /usr/local/bin/build
|
ENTRYPOINT /usr/local/bin/build
|
||||||
|
CMD ["abuild", "-r"]
|
||||||
|
|
3
build.sh
3
build.sh
|
@ -6,4 +6,5 @@ export PATH=/usr/lib/ccache/bin:$PATH
|
||||||
cd /home/builder/package
|
cd /home/builder/package
|
||||||
|
|
||||||
abuild checksum
|
abuild checksum
|
||||||
abuild -r
|
|
||||||
|
exec $*
|
||||||
|
|
Loading…
Reference in a new issue