Changed file to +x
This commit is contained in:
parent
d2f2700d2a
commit
ac8cb3a064
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ WORKDIR /go/src/git.ucode.space/goshorly
|
|||
COPY . .
|
||||
|
||||
RUN go get -d -v ./...
|
||||
RUN chmod +x && ./build-ci.sh
|
||||
RUN chmod +x build-ci.sh && ./build-ci.sh
|
||||
|
||||
FROM gruebel/upx:latest as upx
|
||||
COPY --from=builder /go/src/git.ucode.space/goshorly/app /app.org
|
||||
|
|
Loading…
Reference in a new issue