Skip to content

Commit

Permalink
Merge pull request #1768 from GaloisInc/build_doc_merge_fail
Browse files Browse the repository at this point in the history
Initial commit with no actual changes to validate failure mode
  • Loading branch information
kquick authored Nov 14, 2024
2 parents 876e97a + 65c7c13 commit 9821aa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ jobs:
prnum=$(cat pulls.json | nix run nixpkgs#jq -- .[${X}].number)
prref=$(cat pulls.json | nix run nixpkgs#jq -- -r .[${X}].merge_commit_sha)
tgt=${TGTBASE}/PR_${prnum}
if [ "X$prref" == "Xnull" ] ; then
echo Skipping PR ${X}: probable unresolved merge conflict
continue
fi
echo "Checkout Pull Request ${prnum} at ${prref} into PR_${prnum}"
mkdir $tgt
# n.b. the switch here is important to make sure the branch is
Expand Down

0 comments on commit 9821aa9

Please sign in to comment.