Skip to content

Commit 754fb24

Browse files
committed
debug
1 parent d74de1f commit 754fb24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/scripts/run-build-from-ci.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ echo "::add-matcher::src/ci/github-actions/problem_matchers.json"
1717
# the environment
1818
rustup self uninstall -y || true
1919
if [ -z "${IMAGE+x}" ]; then
20+
echo "Running src/ci/run.sh"
2021
src/ci/run.sh
2122
else
23+
echo "Running src/ci/docker/run.sh with image ${IMAGE}"
2224
src/ci/docker/run.sh "${IMAGE}"
2325
fi

0 commit comments

Comments
 (0)