Explorar el Código

cicd: adding go files back

jamesread hace 3 años
padre
commit
051ede1280
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      var/tekton/gobuilder/Dockerfile

+ 2 - 2
var/tekton/gobuilder/Dockerfile

@@ -1,8 +1,8 @@
 FROM fedora
 RUN dnf install go -y --exclude=iputils
 RUN pwd
-COPY go.mod /
-COPY so.sum /
+COPY go.mod ./
+COPY go.sum ./
 RUN go install "github.com/bufbuild/buf/cmd/buf"
 RUN go install "github.com/fzipp/gocyclo/cmd/gocyclo"
 RUN go install "github.com/go-critic/go-critic/cmd/gocritic"