Skip to content

Commit c2f4550

Browse files
committed
remove echo
1 parent 2bf1cec commit c2f4550

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ 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"
2120
src/ci/run.sh
2221
else
23-
echo "Running src/ci/docker/run.sh with image ${IMAGE}"
2422
src/ci/docker/run.sh "${IMAGE}"
2523
fi

0 commit comments

Comments
 (0)