Ver Fonte

cicd: copy makefile

jamesread há 3 anos atrás
pai
commit
bfe38e03c3
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      var/tekton/gobuilder/Dockerfile

+ 1 - 0
var/tekton/gobuilder/Dockerfile

@@ -1,4 +1,5 @@
 FROM fedora
 RUN dnf install go make -y --exclude=iputils
+COPY Makefile ./
 RUN make go-tools