Przeglądaj źródła

cicd: copy makefile

jamesread 3 lat temu
rodzic
commit
bfe38e03c3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      var/tekton/gobuilder/Dockerfile

+ 1 - 0
var/tekton/gobuilder/Dockerfile

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