From b35c9192f8562f02400e16deb7ceefaa3f0ebda9 Mon Sep 17 00:00:00 2001 From: Carlos Vieira Date: Mon, 23 Mar 2020 16:22:41 -0300 Subject: [PATCH] Remove profile pois a barra não é gerada dinamicamente --- README.md | 2 +- makefile | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e1a329..39be816 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Para gerar um teste em XUNIT execute Verifique no manual como obter a versão atual da barra http://barra.governoeletronico.gov.br/instrucoes.html#versao-da-barra -Ao mandar um PR com nova versão alterar o arquivo barra-brasil-final.yaml com a nova versão. +Ao mandar um PR com nova versão alterar o arquivo barra-brasil-final.yaml e o exemplo.html com a nova versão. # Considerações sobre a arquitetura ----- diff --git a/makefile b/makefile index 703c2f5..fa9bf18 100644 --- a/makefile +++ b/makefile @@ -4,9 +4,6 @@ test: build teste run: build venv/bin/python app/barrabrasil.py -profile: build - venv/bin/python app/profile.py - build: venv sh ./build.sh $(PROFILE) -- libgit2 0.21.2