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
f8694a86
Commit
f8694a86
authored
Aug 31, 2018
by
Philipp Nowinski
Browse files
[FEATURE] cleanup shortlist
parent
29326400
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/cli.sh
View file @
f8694a86
...
...
@@ -40,7 +40,7 @@ function setNodeVersion {
COMMAND
=
$1
if
[
"
$COMMAND
"
==
"shortlist"
]
;
then
taskList
=
"server images css
css:sprites
css:svg css:abovethefold images:uploaded js:compile js:qa js shortlist releaseExtension
lighthouse
"
taskList
=
"server images css css:svg css:abovethefold images:uploaded js:compile js:qa js shortlist releaseExtension
css:qa open
"
if
[
-e
sgc-scripts
]
then
echo
-e
${
taskList
}
`
ls
sgc-scripts |
grep
.sh
$
|
cut
-f
1
-d
.
`
;
...
...
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