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 9f1ba6d commit e4aa135Copy full SHA for e4aa135
entrypoint.sh
@@ -32,10 +32,10 @@ ln -s "${REAL_PLAN_DIR}" "${PLANSHOME}"
32
# However, --wait doesn't always work well particularly for long-running jobs
33
# so instead, do a long poll.
34
/testground --endpoint "${BACKEND}" run composition \
35
- -f "${REAL_COMP_FILE}" \
36
- --metadata-repo "${GITHUB_REPOSITORY}" \
37
- --metadata-branch "${GITHUB_REF#refs/heads/}" \
38
- --metadata-commit "${GITHUB_SHA}" | tee run.out \
+ -f "${REAL_COMP_FILE}" \
+ --metadata-repo "${GITHUB_REPOSITORY}" \
+ --metadata-branch "${GITHUB_REF#refs/heads/}" \
+ --metadata-commit "${GITHUB_SHA}" | tee run.out
39
TGID=$(awk '/run is queued with ID/ {print $10}' <run.out)
40
echo "${OUTPUT_ID}${TGID}"
41
0 commit comments