We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf1cec commit c2f4550Copy full SHA for c2f4550
src/ci/scripts/run-build-from-ci.sh
@@ -17,9 +17,7 @@ echo "::add-matcher::src/ci/github-actions/problem_matchers.json"
17
# the environment
18
rustup self uninstall -y || true
19
if [ -z "${IMAGE+x}" ]; then
20
- echo "Running src/ci/run.sh"
21
src/ci/run.sh
22
else
23
- echo "Running src/ci/docker/run.sh with image ${IMAGE}"
24
src/ci/docker/run.sh "${IMAGE}"
25
fi
0 commit comments