Commit 4c9f51181af5b758121b2fff1dea437bf8c83b54
1 parent
5c9b36a6
Exists in
master
and in
8 other branches
script staging para funcionar na minha maquina
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
.gitignore
@@ -5,6 +5,7 @@ bower_components/ | @@ -5,6 +5,7 @@ bower_components/ | ||
5 | .tmp/ | 5 | .tmp/ |
6 | dist/ | 6 | dist/ |
7 | .editorconfig | 7 | .editorconfig |
8 | +script-staging.sh | ||
8 | 9 | ||
9 | # ignore generated sprite | 10 | # ignore generated sprite |
10 | -src/assets/images/icons/sprite.png | ||
11 | \ No newline at end of file | 11 | \ No newline at end of file |
12 | +src/assets/images/icons/sprite.png |
@@ -3,4 +3,4 @@ | @@ -3,4 +3,4 @@ | ||
3 | gulp clean && gulp build --staging | 3 | gulp clean && gulp build --staging |
4 | git add --all -f dist/ | 4 | git add --all -f dist/ |
5 | git commit -m "Update dist" | 5 | git commit -m "Update dist" |
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 | 6 | +git push origin staging && wget -qO- --no-check-certificate 'ci.serpro/view/Noosfero/job/DialogaApp-Deploy-Homologa%C3%A7%C3%A3o/build?token=DIALOGA_TOKEN' &> /dev/null |