We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395a244 commit af7dcbaCopy full SHA for af7dcba
private/tools/diff.bash
@@ -206,7 +206,7 @@ function test_image() {
206
207
bazel build "$image_label"
208
crane push "$(bazel cquery --output=files $image_label)" "$repo_stage"
209
- if ! diffoci diff --pull=always --all-platforms --semantic "$repo_origin" "$repo_stage"; then
+ if ! diffoci diff --pull=always --all-platforms "$repo_origin" "$repo_stage"; then
210
echo ""
211
echo " 🔬 To reproduce: bazel run //private/tools:diff -- --only $image_label"
212
0 commit comments