Skip to content

Commit

Permalink
Bug 1835894 - pt1 - skip revert detection during resume case. r=dbake…
Browse files Browse the repository at this point in the history
…r DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D180110
  • Loading branch information
mfromanmoz committed Jun 9, 2023
1 parent 90514e4 commit 1348260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/media/webrtc/third_party_build/loop-ff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ has failed. Please fix the state of the git hub repo at: $MOZ_LIBWEBRTC_SRC.
When fixed, please resume this script with the following command:
SKIP_NEXT_REVERT_CHK=1 bash $SCRIPT_DIR/loop-ff.sh
"
if [ "x$SKIP_NEXT_REVERT_CHK" == "x0" ]; then
if [ "x$SKIP_NEXT_REVERT_CHK" == "x0" ] && [ "x$RESUME" == "x" ]; then
echo_log "Check for upcoming revert commit"
AUTO_FIX_REVERT_AS_NOOP=1 bash $SCRIPT_DIR/detect_upstream_revert.sh \
2>&1| tee -a $LOOP_OUTPUT_LOG
Expand Down

0 comments on commit 1348260

Please sign in to comment.