Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add consistency check for deepcopy generated files #1127

Merged
merged 5 commits into from
Jun 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add comment in testjob.yaml and nit cleanup
varungupta authored and varungupta committed Jun 2, 2023
commit 9185a3a74e3c367e91c71d5680f6282e1037dba0
1 change: 0 additions & 1 deletion ray-operator/hack/verify-generated-files.sh
Original file line number Diff line number Diff line change
@@ -24,7 +24,6 @@ make generate
echo "diffing ${DIFFROOT} against freshly generated deepcopy files"
ret=0
diff -Naupr "${DIFFROOT}" "${TMP_DIFFROOT}" || ret=$?
# cp -a "${TMP_DIFFROOT}"/* "${DIFFROOT}"
if [[ $ret -eq 0 ]]
then
echo "${DIFFROOT} up to date."