Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 5165851b authored by Vauban's avatar Vauban
Browse files

CI: Add test repo URL argument.

parent bbc25487
No related merge requests found
......@@ -12,7 +12,7 @@ build-job: # This job runs in the build stage, which runs first.
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.beagleboard.org/beaglev-fire/gateware-builds-tester.git
- cd gateware-builds-tester
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.beagleboard.org/beaglev-fire/bitstream-builder.git -b develop
- python3 bitstream-builds-tester.py gateware "$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME" "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"
- python3 bitstream-builds-tester.py "$CI_MERGE_REQUEST_SOURCE_PROJECT_URL" gateware "$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME" "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"
- echo "$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME"
- echo "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"
- echo "Compile complete."
......
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