Explorar o código

cicd: Kaniko seems super fussy

jamesread %!s(int64=3) %!d(string=hai) anos
pai
achega
7cea239a43
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      var/tekton/gobuilder/Dockerfile

+ 2 - 1
var/tekton/gobuilder/Dockerfile

@@ -1,6 +1,7 @@
 FROM fedora
 RUN dnf install -v go -y --exclude=iputils
-RUN echo "cwd" && pwd && ls -l
+RUN pwd
+RUN ls -l
 COPY go.mod /workspace/
 COPY go.sum /workspace/
 RUN go install -v "github.com/bufbuild/buf/cmd/buf"