debug
This commit is contained in:
parent
d74de1fdb1
commit
754fb24313
1 changed files with 2 additions and 0 deletions
|
|
@ -17,7 +17,9 @@ 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