Skip to content

Commit af7dcba

Browse files
committed
temp remove --semantic flag
Signed-off-by: Appu Goundan <[email protected]>
1 parent 395a244 commit af7dcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/tools/diff.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function test_image() {
206206

207207
bazel build "$image_label"
208208
crane push "$(bazel cquery --output=files $image_label)" "$repo_stage"
209-
if ! diffoci diff --pull=always --all-platforms --semantic "$repo_origin" "$repo_stage"; then
209+
if ! diffoci diff --pull=always --all-platforms "$repo_origin" "$repo_stage"; then
210210
echo ""
211211
echo " 🔬 To reproduce: bazel run //private/tools:diff -- --only $image_label"
212212
echo ""

0 commit comments

Comments
 (0)