Commit d31cb0d403dbc991c3aed92507e4e44954e7a941
1 parent
9dc838c6
Exists in
master
and in
8 other branches
Add commit message to script-staging
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
script-staging.sh
... | ... | @@ -2,4 +2,5 @@ |
2 | 2 | |
3 | 3 | gulp clean && gulp build --staging |
4 | 4 | git add --all -f dist/ |
5 | +git commit -m "Update dist" | |
5 | 6 | git push upstream staging && wget -qO- --no-check-certificate 'ci.serpro/view/Noosfero/job/DialogaApp-Deploy-Homologa%C3%A7%C3%A3o/build?token=DIALOGA_TOKEN' &> /dev/null | ... | ... |