mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
copy .github folder into golang build container since we rely on codeowners (#62122)
* copy .github folder into golang build container since we rely on codeowners * remove .github for .dockerignore
This commit is contained in:
parent
7c27c866f6
commit
0c8a2bbfd5
@ -2,7 +2,6 @@
|
|||||||
.dockerignore
|
.dockerignore
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
.github
|
|
||||||
.vscode
|
.vscode
|
||||||
bin
|
bin
|
||||||
data*
|
data*
|
||||||
|
@ -53,6 +53,7 @@ COPY public/api-spec.json public/api-spec.json
|
|||||||
COPY pkg pkg
|
COPY pkg pkg
|
||||||
COPY scripts scripts
|
COPY scripts scripts
|
||||||
COPY conf conf
|
COPY conf conf
|
||||||
|
COPY .github .github
|
||||||
|
|
||||||
RUN make build-go
|
RUN make build-go
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user