Commit cdf842ae authored by James McGrew's avatar James McGrew Committed by Kati Paizee

Make more verbose note to help avoid confusion

parent b146a7dd
...@@ -65,8 +65,7 @@ To use GitLab CI/CD with a Bitbucket Cloud repository: ...@@ -65,8 +65,7 @@ To use GitLab CI/CD with a Bitbucket Cloud repository:
1. In Bitbucket, add a script to push the pipeline status to Bitbucket. 1. In Bitbucket, add a script to push the pipeline status to Bitbucket.
NOTE: NOTE:
Changes made in GitLab are overwritten by any changes made The changes must be made in Bitbucket as any changes in the GitLab repository are overwritten by Bitbucket when GitLab next mirrors the repository.
upstream in Bitbucket.
Create a file `build_status` and insert the script below and run Create a file `build_status` and insert the script below and run
`chmod +x build_status` in your terminal to make the script executable. `chmod +x build_status` in your terminal to make the script executable.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment