Commit 5e46dade5c44914f6bdfa2b3a5249e5d6fc8ab0a
1 parent
0488191c
Exists in
master
and in
3 other branches
inclusão do debatepublico-tema nos scripts de gestao de tag
Showing
4 changed files
with
16 additions
and
0 deletions
Show diff stats
scripts/delete_tag.sh
... | ... | @@ -39,6 +39,10 @@ cd ../dadospessoais-tema |
39 | 39 | |
40 | 40 | delete_tag $1 dadospessoais-tema |
41 | 41 | |
42 | +cd ../debatepublico-tema | |
43 | + | |
44 | +delete_tag $1 debatepublico-tema | |
45 | + | |
42 | 46 | cd ../../plugins/pensandoodireito-network-functions |
43 | 47 | |
44 | 48 | delete_tag $1 pensandoodireito-network-functions | ... | ... |
scripts/generate_tag.sh
... | ... | @@ -49,6 +49,10 @@ cd ../dadospessoais-tema |
49 | 49 | |
50 | 50 | gerar_tag_master dadospessoais-tema $1 |
51 | 51 | |
52 | +cd ../debatepublico-tema | |
53 | + | |
54 | +gerar_tag_master debatepublico-tema $1 | |
55 | + | |
52 | 56 | cd ../../plugins/pensandoodireito-network-functions |
53 | 57 | |
54 | 58 | gerar_tag_master pensandoodireito-network-functions $1 | ... | ... |
scripts/set_tag.sh
scripts/update_masters.sh
... | ... | @@ -35,6 +35,10 @@ cd ../dadospessoais-tema |
35 | 35 | |
36 | 36 | update_master dadospessoais-tema $1 |
37 | 37 | |
38 | +cd ../debatepublico-tema | |
39 | + | |
40 | +update_master debatepublico-tema $1 | |
41 | + | |
38 | 42 | cd ../../plugins/pensandoodireito-network-functions |
39 | 43 | |
40 | 44 | update_master pensandoodireito-network-functions $1 | ... | ... |