Explorar el Código

cicd: copy makefile

jamesread hace 3 años
padre
commit
bfe38e03c3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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