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 | 43 | |
44 | 44 | delete_tag $1 debatepublico-tema |
45 | 45 | |
46 | +cd ../intercambio-tema | |
47 | + | |
48 | +delete_tag $1 intercambio-tema | |
49 | + | |
46 | 50 | cd ../../plugins/pensandoodireito-network-functions |
47 | 51 | |
48 | 52 | delete_tag $1 pensandoodireito-network-functions | ... | ... |
scripts/generate_tag.sh
... | ... | @@ -53,6 +53,10 @@ cd ../debatepublico-tema |
53 | 53 | |
54 | 54 | gerar_tag_master debatepublico-tema $1 |
55 | 55 | |
56 | +cd ../intercambio-tema | |
57 | + | |
58 | +gerar_tag_master intercambio-tema $1 | |
59 | + | |
56 | 60 | cd ../../plugins/pensandoodireito-network-functions |
57 | 61 | |
58 | 62 | gerar_tag_master pensandoodireito-network-functions $1 | ... | ... |
scripts/set_tag.sh
scripts/update_masters.sh
... | ... | @@ -39,6 +39,10 @@ cd ../debatepublico-tema |
39 | 39 | |
40 | 40 | update_master debatepublico-tema $1 |
41 | 41 | |
42 | +cd ../intercambio-tema | |
43 | + | |
44 | +update_master intercambio-tema $1 | |
45 | + | |
42 | 46 | cd ../../plugins/pensandoodireito-network-functions |
43 | 47 | |
44 | 48 | update_master pensandoodireito-network-functions $1 | ... | ... |