Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Toolchain
sgc
Commits
8c179642
Commit
8c179642
authored
Jul 14, 2016
by
Philipp Nowinski
Browse files
[BUGFIX] remove custom tasks from autocompletion
parent
c812c37f
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/cli.sh
View file @
8c179642
...
...
@@ -9,7 +9,7 @@ if [ $SGC_VERSION != $INSTALLED_SGC_VERSION ]; then
fi
if
[
"
$1
"
==
"shortlist"
]
;
then
echo
server images css css:sprites css:svg css:abovethefold images:uploaded js:compile js:qa js
updateInstance updateDeployData updateProductionBranch
shortlist
;
echo
server images css css:sprites css:svg css:abovethefold images:uploaded js:compile js:qa js shortlist
;
elif
[
-e
"sgc-core/modules/
$1
.sh"
]
;
then
./sgc-core/modules/
$1
.sh
elif
[
-e
"./sgc-scripts/
$1
.sh"
]
;
then
...
...
Write
Preview
Supports
Markdown
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