Explorar el Código

cicd: Docker is stupid

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

+ 1 - 1
var/tekton/gobuilder/Dockerfile

@@ -1,6 +1,6 @@
 FROM fedora
 RUN dnf install go -y --exclude=iputils
-RUN pwd
+RUN echo "Docker is stupid"
 COPY go.mod ./
 COPY go.sum ./
 RUN go install "github.com/bufbuild/buf/cmd/buf"