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

pull/543/head
Aaron Train 2 years ago committed by mergify[bot]
parent 2b2f3a711e
commit c1b2f78219

@ -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=$?

Loading…
Cancel
Save