Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adição do load-data ao comando run e atualização do README #74

Merged
merged 2 commits into from
Jul 18, 2024

Conversation

thisiscleverson
Copy link
Contributor

Este pull request faz as seguintes alterações:

Makefile:

Adiciona o comando load-data ao target .PHONY: run. Isso garante que, ao executar make run, os dados necessários sejam carregados corretamente, melhorando a inicialização do ambiente.

README:

Remove a referência ao comando make load-data, que agora está integrado ao comando run.
Corrige o comando make rerun para make re-run para refletir a sintaxe correta no Makefile.

Alterações detalhadas

Makefile:

.PHONY: run
run: create-pod opensearch database load-data re-run

README:

  • Removido o texto que fazia referência ao comando make load-data.
  • Alterado make rerun para make re-run na documentação.

Inclui o comando `load-data` na regra `.PHONY: run` no Makefile para garantir que os dados sejam carregados ao executar o target `run`.
…a e correção do comando make rerun para make re-run

Removi a descrição desatualizada do comando `make load-data` e corrigi o comando `make rerun` para `make re-run` no README para refletir as mudanças recentes no Makefile.
@ogecece ogecece self-requested a review July 18, 2024 15:28
@ogecece ogecece marked this pull request as ready for review July 18, 2024 15:36
Copy link
Member

@ogecece ogecece left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -36,7 +36,7 @@ wait-for=(podman run --rm -ti --volume $(PWD):/mnt/code:rw \
--pod $(POD_NAME) \
--env PYTHONPATH=/mnt/code \
--user=$(UID):$(UID) \
$(IMAGE_NAMESPACE)/$(IMAGE_NAME):$(IMAGE_TAG) wait-for-it --timeout=30 $1)
$(IMAGE_NAMESPACE)/$(IMAGE_NAME):$(IMAGE_TAG) wait-for-it --timeout=90 $1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vi aqui que modificou. Provavelmente por conta do Opensearch, certo? Vou deixar essa modificação no PR, pois é um problema que já aconteceu antes.

@ogecece ogecece merged commit 424a8f1 into okfn-brasil:main Jul 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants