Skip to content
Snippets Groups Projects
Commit 6a849ddc authored by Eduardo Klosowski's avatar Eduardo Klosowski
Browse files

Adicionado verbose para listar arquivos extraídos

parent 9d592496
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,7 +27,7 @@ Docker
 
.. code-block:: sh
 
wget -O - https://gitlab.com/eduardoklosowski/django-template/repository/archive.tar.gz?ref=ext-docker | tar -xzf - --strip=1
wget -O - https://gitlab.com/eduardoklosowski/django-template/repository/archive.tar.gz?ref=ext-docker | tar -xzvf - --strip=1
 
 
GitLab CI
Loading
Loading
@@ -35,7 +35,7 @@ GitLab CI
 
.. code-block:: sh
 
wget -O - https://gitlab.com/eduardoklosowski/django-template/repository/archive.tar.gz?ref=ext-gitlabci | tar -xzf - --strip=1
wget -O - https://gitlab.com/eduardoklosowski/django-template/repository/archive.tar.gz?ref=ext-gitlabci | tar -xzvf - --strip=1
 
 
Heroku
Loading
Loading
@@ -43,4 +43,4 @@ Heroku
 
.. code-block:: sh
 
wget -O - https://gitlab.com/eduardoklosowski/django-template/repository/archive.tar.gz?ref=ext-heroku | tar -xzf - --strip=1
wget -O - https://gitlab.com/eduardoklosowski/django-template/repository/archive.tar.gz?ref=ext-heroku | tar -xzvf - --strip=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment