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 a595285 commit 2550cc3Copy full SHA for 2550cc3
src/ci/scripts/run-build-from-ci.sh
@@ -17,7 +17,9 @@ 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 ci/run.sh"
21
src/ci/run.sh
22
else
23
+ echo "Running docker/run.sh with image ${IMAGE}"
24
src/ci/docker/run.sh "${IMAGE}"
25
fi
0 commit comments