Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
overmind
/
matrix-docker-ansible-deploy
espelhamento de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
fgrep -> grep -F
pull/2193/head
Slavi Pantaleev
3 anos atrás
pai
716efe7ad5
commit
d44b037850
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão unificada
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
Makefile
+ 1
- 1
Makefile
Ver arquivo
@@ -1,7 +1,7 @@
.PHONY: lint
.PHONY: lint
help: ## Show this help.
help: ## Show this help.
@
f
grep -h "##" $(MAKEFILE_LIST) |
f
grep -v
f
grep | sed -e 's/\\$$//' | sed -e 's/##//'
@grep
-F
-h "##" $(MAKEFILE_LIST) | grep -v grep | sed -e 's/\\$$//' | sed -e 's/##//'
lint: ## Runs ansible-lint against all roles in the playbook
lint: ## Runs ansible-lint against all roles in the playbook
ansible-lint
ansible-lint
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar