remove logging from the check-dependent-* job (#10076)

such command should belong to the script rather than the job
This commit is contained in:
João Paulo Silva de Souza
2021-10-21 10:03:50 -03:00
committed by GitHub
parent c8126908d4
commit 6334692e9c
-1
View File
@@ -570,7 +570,6 @@ cargo-check-macos:
--substrate
"$DEPENDENT_REPO"
"$GITHUB_PR_TOKEN"
- cd "$DEPENDENT_REPO" && git rev-parse --abbrev-ref HEAD
# Individual jobs are set up for each dependent project so that they can be ran in parallel.
# Arguably we could generate a job for each companion in the PR's description using Gitlab's