Skip to content
Snippets Groups Projects
Commit f9c149b2 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Fix typo.

parent ff33227f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
# - DEPENDENCY_NAME: Name of the dependency project
# - DEPENDENCY_JOB: Name of the dependency job from which you want to pull artifacts
script:
-BRANCH_TO_PULL="dev" # default branch
- BRANCH_TO_PULL="dev" # default branch
# Check if a branch with the same name exist on the dependance repository
- >
if [ "$CI_MERGE_REQUEST_ID" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment