Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
mohemohe committed Jul 17, 2024
1 parent 09819bc commit 01108cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ADD ./go.* /go/src/$GOLANG_NAMESPACE/
ENV GO111MODULE=on
RUN go mod download
ADD . /go/src/$GOLANG_NAMESPACE/
RUN make build
RUN go build .
RUN mkdir -p /lxbot/scripts
RUN mv /go/src/$GOLANG_NAMESPACE/script-debug.so /lxbot/scripts/
RUN mv /go/src/$GOLANG_NAMESPACE/script-debug /lxbot/scripts/

# ====================================================================================

Expand Down
7 changes: 0 additions & 7 deletions Makefile

This file was deleted.

0 comments on commit 01108cb

Please sign in to comment.