Updating my drone plugin
parent
85980ee060
commit
681f92ef31
@ -1,7 +0,0 @@
|
||||
# GitHub: https://github.com/gohugoio
|
||||
# Twitter: https://twitter.com/gohugoio
|
||||
# Website: https://gohugo.io/
|
||||
|
||||
FROM golang:latest AS build
|
||||
|
||||
RUN go install -tags extended github.com/gohugoio/hugo@latest
|
@ -0,0 +1,3 @@
|
||||
FROM golang:latest AS build
|
||||
|
||||
RUN go install -tags extended github.com/gohugoio/hugo@latest
|
Loading…
Reference in New Issue