Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
syncontent
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Web Essentials Jira
Web Essentials Jira
Labels
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Visay Keo
syncontent
Commits
2b3bc69b
Commit
2b3bc69b
authored
Aug 13, 2015
by
Visay Keo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TASK] Update example in README
parent
87e760a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
CHANGELOG
CHANGELOG
+1
-1
bin/syncontent
bin/syncontent
+4
-4
No files found.
CHANGELOG
View file @
2b3bc69b
...
...
@@ -4,7 +4,7 @@ CHANGELOG
2.3-dev
-------
-
-
[TASK] Update example in README
2.3.0
-----
...
...
bin/syncontent
View file @
2b3bc69b
...
...
@@ -31,8 +31,8 @@ fi
# If remote user is not set anywhere, throw error
if
[
-z
"
${
REMOTE_USER
}
"
]
;
then
echo
"Please specify the user of the remote server to sync from:"
echo
"Example: bin/syncontent latest-014-007"
echo
"Example: bin/syncontent demo-014-007"
echo
"Example: bin/syncontent
--remote-user=
latest-014-007"
echo
"Example: bin/syncontent
-u=
demo-014-007"
echo
"Or specify it in config/master directory, read the doc"
exit
0
fi
...
...
@@ -44,8 +44,8 @@ STAGE=`echo ${REMOTE_USER} | cut -d '-' -f1`
# Check if stage is not latest or demo, throw error
if
[
"
${
STAGE
}
"
!=
"latest"
]
&&
[
"
${
STAGE
}
"
!=
"demo"
]
;
then
echo
"Only latest or demo is supported at the moment:"
echo
"Example: bin/syncontent latest-014-007"
echo
"Example: bin/syncontent demo-014-007"
echo
"Example: bin/syncontent
-u=
latest-014-007"
echo
"Example: bin/syncontent
--remote-user=
demo-014-007"
exit
0
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