Skip to content

Commit

Permalink
More logs
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed May 11, 2024
1 parent 5e3d696 commit 150b473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/code-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ if [[ "${COPY_OR_DIFF}" == "copy" ]]; then
printf "Populating with new generated files...\n"
mkdir -p ./pkg/generated
cp -r "$GOPATH/src/github.com/janekbaraniewski/kubeserial/pkg/generated/"* ./pkg/generated/
printf "New files populated with:\n"
ls -la ./pkg/generated/
fi

printf "Final checks...\n"
Expand Down

0 comments on commit 150b473

Please sign in to comment.