Sfoglia il codice sorgente

cicd: Docker is stupid

jamesread 3 anni fa
parent
commit
9cbeb9edc6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"