Commit 34c47eb1b4a277e983f8c1b60a346dfb09920932
1 parent
866e5385
Exists in
master
and in
3 other branches
atualizada a lista de script para contemplar o intercambio-tema
Showing
4 changed files
with
16 additions
and
0 deletions
Show diff stats
scripts/delete_tag.sh
@@ -43,6 +43,10 @@ cd ../debatepublico-tema | @@ -43,6 +43,10 @@ cd ../debatepublico-tema | ||
43 | 43 | ||
44 | delete_tag $1 debatepublico-tema | 44 | delete_tag $1 debatepublico-tema |
45 | 45 | ||
46 | +cd ../intercambio-tema | ||
47 | + | ||
48 | +delete_tag $1 intercambio-tema | ||
49 | + | ||
46 | cd ../../plugins/pensandoodireito-network-functions | 50 | cd ../../plugins/pensandoodireito-network-functions |
47 | 51 | ||
48 | delete_tag $1 pensandoodireito-network-functions | 52 | delete_tag $1 pensandoodireito-network-functions |
scripts/generate_tag.sh
@@ -53,6 +53,10 @@ cd ../debatepublico-tema | @@ -53,6 +53,10 @@ cd ../debatepublico-tema | ||
53 | 53 | ||
54 | gerar_tag_master debatepublico-tema $1 | 54 | gerar_tag_master debatepublico-tema $1 |
55 | 55 | ||
56 | +cd ../intercambio-tema | ||
57 | + | ||
58 | +gerar_tag_master intercambio-tema $1 | ||
59 | + | ||
56 | cd ../../plugins/pensandoodireito-network-functions | 60 | cd ../../plugins/pensandoodireito-network-functions |
57 | 61 | ||
58 | gerar_tag_master pensandoodireito-network-functions $1 | 62 | gerar_tag_master pensandoodireito-network-functions $1 |
scripts/set_tag.sh
@@ -38,6 +38,10 @@ cd ../debatepublico-tema | @@ -38,6 +38,10 @@ cd ../debatepublico-tema | ||
38 | 38 | ||
39 | fetch_settag $1 | 39 | fetch_settag $1 |
40 | 40 | ||
41 | +cd ../intercambio-tema | ||
42 | + | ||
43 | +fetch_settag $1 | ||
44 | + | ||
41 | cd ../../plugins/pensandoodireito-network-functions | 45 | cd ../../plugins/pensandoodireito-network-functions |
42 | 46 | ||
43 | fetch_settag $1 | 47 | fetch_settag $1 |
scripts/update_masters.sh
@@ -39,6 +39,10 @@ cd ../debatepublico-tema | @@ -39,6 +39,10 @@ cd ../debatepublico-tema | ||
39 | 39 | ||
40 | update_master debatepublico-tema $1 | 40 | update_master debatepublico-tema $1 |
41 | 41 | ||
42 | +cd ../intercambio-tema | ||
43 | + | ||
44 | +update_master intercambio-tema $1 | ||
45 | + | ||
42 | cd ../../plugins/pensandoodireito-network-functions | 46 | cd ../../plugins/pensandoodireito-network-functions |
43 | 47 | ||
44 | update_master pensandoodireito-network-functions $1 | 48 | update_master pensandoodireito-network-functions $1 |