Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f6c43c60
Commit
f6c43c60
authored
Jan 03, 2020
by
Marin Jankovski
Committed by
Mayra Cabrera
Jan 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a misspelling in sync-stable-branch script
parent
31861497
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
scripts/sync-stable-branch.sh
scripts/sync-stable-branch.sh
+5
-5
No files found.
scripts/sync-stable-branch.sh
View file @
f6c43c60
...
@@ -7,31 +7,31 @@ set -e
...
@@ -7,31 +7,31 @@ set -e
if
[[
"
$MERGE_TRAIN_TRIGGER_TOKEN
"
==
''
]]
if
[[
"
$MERGE_TRAIN_TRIGGER_TOKEN
"
==
''
]]
then
then
echo
'The variable MERGE_TRAIN_TRIGGER_TOKEN must be set to a non-empy value'
echo
'The variable MERGE_TRAIN_TRIGGER_TOKEN must be set to a non-emp
t
y value'
exit
1
exit
1
fi
fi
if
[[
"
$MERGE_TRAIN_TRIGGER_URL
"
==
''
]]
if
[[
"
$MERGE_TRAIN_TRIGGER_URL
"
==
''
]]
then
then
echo
'The variable MERGE_TRAIN_TRIGGER_URL must be set to a non-empy value'
echo
'The variable MERGE_TRAIN_TRIGGER_URL must be set to a non-emp
t
y value'
exit
1
exit
1
fi
fi
if
[[
"
$CI_COMMIT_REF_NAME
"
==
''
]]
if
[[
"
$CI_COMMIT_REF_NAME
"
==
''
]]
then
then
echo
'The variable CI_COMMIT_REF_NAME must be set to a non-empy value'
echo
'The variable CI_COMMIT_REF_NAME must be set to a non-emp
t
y value'
exit
1
exit
1
fi
fi
if
[[
"
$SOURCE_PROJECT
"
==
''
]]
if
[[
"
$SOURCE_PROJECT
"
==
''
]]
then
then
echo
'The variable SOURCE_PROJECT must be set to a non-empy value'
echo
'The variable SOURCE_PROJECT must be set to a non-emp
t
y value'
exit
1
exit
1
fi
fi
if
[[
"
$TARGET_PROJECT
"
==
''
]]
if
[[
"
$TARGET_PROJECT
"
==
''
]]
then
then
echo
'The variable TARGET_PROJECT must be set to a non-empy value'
echo
'The variable TARGET_PROJECT must be set to a non-emp
t
y value'
exit
1
exit
1
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment