1
Fork 0

remove echo

This commit is contained in:
MarcoIeni 2024-12-12 18:18:23 +01:00
commit c2f45505f5
No known key found for this signature in database

View file

@ -17,9 +17,7 @@ echo "::add-matcher::src/ci/github-actions/problem_matchers.json"
# the environment
rustup self uninstall -y || true
if [ -z "${IMAGE+x}" ]; then
echo "Running src/ci/run.sh"
src/ci/run.sh
else
echo "Running src/ci/docker/run.sh with image ${IMAGE}"
src/ci/docker/run.sh "${IMAGE}"
fi