Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b596193

Browse files
committedOct 26, 2018
testing dir change
1 parent ac4a732 commit b596193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkg/scaffold/build_dockerfile.go

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ ENV GOARCH amd64
4444
4545
WORKDIR /go/src/{{ .Repo }}
4646
COPY . /go/src/{{ .Repo }}
47+
RUN ls -alR /go/src/{{ .Repo }}
4748
4849
RUN go build -o /go/bin/{{ .ProjectName }} {{ .Repo }}/cmd/manager/main.go
4950

0 commit comments

Comments
 (0)
Please sign in to comment.