drone ci test
This commit is contained in:
parent
6b45f2dd03
commit
85097d7d14
@ -12,7 +12,7 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- go get
|
- go get
|
||||||
- go build
|
- go build
|
||||||
- pwd
|
- lsblk
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
FROM resin/raspberrypi3-alpine
|
FROM resin/raspberrypi3-alpine
|
||||||
RUN ls
|
COPY mandelmapper /usr/bin
|
||||||
COPY /go/src/deadbeef.codes/steven/mandelmapper/mandelmapper /usr/bin
|
|
||||||
EXPOSE 6161:6161
|
EXPOSE 6161:6161
|
||||||
CMD mandelmapper
|
CMD mandelmapper
|
||||||
|
Loading…
Reference in New Issue
Block a user