No issue: Add source commit pair to Flank client-details flag

This commit is contained in:
Aaron Train 2022-10-13 14:35:00 -04:00 committed by mergify[bot]
parent 2b2f3a711e
commit c1b2f78219
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ set -o pipefail && $JAVA_BIN -jar $FLANK_BIN android run \
--app=$APK_APP --test=$APK_TEST \
--local-result-dir="${RESULTS_DIR}" \
--project=$GOOGLE_PROJECT \
--client-details=commit=$MOBILE_BASE_REPOSITORY/commit/$MOBILE_HEAD_REV,pullRequest=$MOBILE_BASE_REPOSITORY/pull/$PULL_REQUEST_NUMBER \
| tee flank.log
exitcode=$?