Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csbase-dev
sgarest-daemon
Commits
8d8d77b0
Commit
8d8d77b0
authored
Apr 08, 2020
by
Carlos Juliano Viana
Browse files
Alterando a função de stageRocks para usar o comando "git status" no lugar do alias "git st"
[SOMA-3699]
parent
cd60a3a7
Pipeline
#32572
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
release-prepare.sh
View file @
8d8d77b0
...
...
@@ -57,7 +57,7 @@ renameRockSpecs()
stageRockSpecs
()
{
# Acrescenta os removidos
git st |
grep
"deleted"
|
awk
'{print "git add "$2}'
| sh -
git st
atus
|
grep
"deleted"
|
awk
'{print "git add "$2}'
| sh -
# Acrescenta os novos
git add
*
.rockspec
}
...
...
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