File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 - name : Diff All Images
5252 id : diff
5353 run : |
54- ./private/tools/diff.bash \
54+ ./private/tools/diff/diff .bash \
5555 --query-bazel --registry-spawn-https \
5656 --head-ref ${{ github.head_ref }} \
5757 --base-ref ${{ github.event.pull_request.base.ref }} \
File renamed without changes.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -o pipefail -o errexit -o nounset
33
4- # ./private/tools/diff.bash --head-ref test --base-ref test --query-bazel --registry-spawn --report ./report.log
4+ # ./private/tools/diff/diff .bash --head-ref test --base-ref test --query-bazel --registry-spawn --report ./report.log
55
66STDERR=$( mktemp)
77
@@ -208,7 +208,7 @@ function test_image() {
208208 crane push " $( bazel cquery --output=files $image_label ) " " $repo_stage "
209209 if ! diffoci diff --pull=always --all-platforms " $repo_origin " " $repo_stage " ; then
210210 echo " "
211- echo " 🔬 To reproduce: bazel run //private/tools:diff -- --only $image_label "
211+ echo " 🔬 To reproduce: bazel run //private/tools/diff :diff -- --only $image_label "
212212 echo " "
213213 echo " 👎 $repo_origin and $repo_stage are different."
214214 if [[ " ${SET_GITHUB_OUTPUT} " == " 1" ]]; then
You can’t perform that action at this time.
0 commit comments