Skip to content

Commit e4aa135

Browse files
author
Cory Schwartz
committed
syntax
1 parent 9f1ba6d commit e4aa135

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

entrypoint.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ ln -s "${REAL_PLAN_DIR}" "${PLANSHOME}"
3232
# However, --wait doesn't always work well particularly for long-running jobs
3333
# so instead, do a long poll.
3434
/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 \
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
3939
TGID=$(awk '/run is queued with ID/ {print $10}' <run.out)
4040
echo "${OUTPUT_ID}${TGID}"
4141

0 commit comments

Comments
 (0)