Commit b35c9192f8562f02400e16deb7ceefaa3f0ebda9
1 parent
987e7527
Exists in
master
Remove profile pois a barra não é gerada dinamicamente
Showing
2 changed files
with
1 additions
and
4 deletions
Show diff stats
README.md
@@ -110,7 +110,7 @@ Para gerar um teste em XUNIT execute | @@ -110,7 +110,7 @@ Para gerar um teste em XUNIT execute | ||
110 | Verifique no manual como obter a versão atual da barra | 110 | Verifique no manual como obter a versão atual da barra |
111 | http://barra.governoeletronico.gov.br/instrucoes.html#versao-da-barra | 111 | http://barra.governoeletronico.gov.br/instrucoes.html#versao-da-barra |
112 | 112 | ||
113 | -Ao mandar um PR com nova versão alterar o arquivo barra-brasil-final.yaml com a nova versão. | 113 | +Ao mandar um PR com nova versão alterar o arquivo barra-brasil-final.yaml e o exemplo.html com a nova versão. |
114 | 114 | ||
115 | # Considerações sobre a arquitetura | 115 | # Considerações sobre a arquitetura |
116 | ----- | 116 | ----- |
makefile
@@ -4,9 +4,6 @@ test: build teste | @@ -4,9 +4,6 @@ test: build teste | ||
4 | run: build | 4 | run: build |
5 | venv/bin/python app/barrabrasil.py | 5 | venv/bin/python app/barrabrasil.py |
6 | 6 | ||
7 | -profile: build | ||
8 | - venv/bin/python app/profile.py | ||
9 | - | ||
10 | build: venv | 7 | build: venv |
11 | sh ./build.sh $(PROFILE) | 8 | sh ./build.sh $(PROFILE) |
12 | 9 |