Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Undo now-unused change to ignore minio diff
Browse files Browse the repository at this point in the history
* we tested and confirmed that the `rollback` change does not show up
when running the build script.

[#173736483](https://www.pivotaltracker.com/story/show/173736483)

Co-authored-by: Renee Chu <rchu@vmware.com>
  • Loading branch information
James Pollard and Renee Chu committed Dec 1, 2020
1 parent c8d3d1b commit 78f2f8f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ci/tasks/check-vendir-sync/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ for dir in * ; do
if [[ -d "$dir" ]] ; then
cd $dir
./build.sh
if [[ $dir = "minio" ]] ; then
# Ignore the change to the `rollme` random value
minio_rendered_file="$DIR/config/minio/_ytt_lib/minio/rendered.yml"
if [[ $(git diff --unified=0 "$minio_rendered_file" | egrep "^(\+|-) " | grep -v rollme | wc -l) == 0 ]] ; then
git checkout "$minio_rendered_file"
fi
fi
cd ..
fi
done
Expand Down

0 comments on commit 78f2f8f

Please sign in to comment.