remove echo
This commit is contained in:
parent
2bf1cec41b
commit
c2f45505f5
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue