Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisevener committed Oct 25, 2023
1 parent bae9dca commit cd54068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Every night, we run a Github [Action](../.github/workflows/tag_latest_beta.yml)

Xcode Cloud has a workflow titled "Nightly Build" that is set to trigger a build distribution whenever the `latest_beta` tag changes.

Once a build completes in this workflow, it pushes a git tag entitled `betas/{build number}` to the repository, so that we know which commit a nightly build is built against. It performs this task via [ci_post_xcodebuild.sh](../.ci_scripts/ci_post-xcodebuild.sh) and our [tag_script_xcodebuild.sh](../.ci_scripts/tag_script_xcodebuild.sh) script.
Once a build completes in this workflow, it pushes a git tag entitled `betas/{build number}` to the repository, so that we know which commit a nightly build is built against. It performs this task via [ci_post_xcodebuild.sh](../ci_scripts/ci_post_xcodebuild.sh) and our [tag_script_xcodebuild.sh](../ci_scripts/tag_script_xcodebuild.sh) script.

## Weekly Staging Build

Expand Down

0 comments on commit cd54068

Please sign in to comment.