Commit 3a06c279dd073f4c0c2761071f8b41f3a26cddc6

Authored by Marco Antonio Konopacki
1 parent 53000ecc

substituída a url do ssh pra https

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
scripts/generate_tag.sh
@@ -20,7 +20,7 @@ function gerar_tag_master { @@ -20,7 +20,7 @@ function gerar_tag_master {
20 20
21 git tag -a $2 -m "Tag para sprint $2. Visualize o changelog no github em https://github.com/pensandoodireito/participacao-sitebase" 21 git tag -a $2 -m "Tag para sprint $2. Visualize o changelog no github em https://github.com/pensandoodireito/participacao-sitebase"
22 22
23 - git push git@github.com:pensandoodireito/$1.git --tags 23 + git push https://github.com/pensandoodireito/$1.git --tags
24 24
25 git push origin master 25 git push origin master
26 26