Commit 4c9f51181af5b758121b2fff1dea437bf8c83b54

Authored by Rafael Diego
1 parent 5c9b36a6

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 5 .tmp/
6 6 dist/
7 7 .editorconfig
  8 +script-staging.sh
8 9  
9 10 # ignore generated sprite
10   -src/assets/images/icons/sprite.png
11 11 \ No newline at end of file
  12 +src/assets/images/icons/sprite.png
... ...
script-staging.sh 100644 → 100755
... ... @@ -3,4 +3,4 @@
3 3 gulp clean && gulp build --staging
4 4 git add --all -f dist/
5 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
... ...