Skip to content

Commit

Permalink
Merge pull request #463 from admingrupoisonores/imp-project
Browse files Browse the repository at this point in the history
Improve repository
  • Loading branch information
pedrobaeza authored Apr 12, 2024
2 parents 50a4111 + ae5a99c commit 93894b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: test

on:
pull_request:
branches:
- main
push:
branches:
- devel
- stable
- main
workflow_dispatch:
inputs:
pytest_addopts:
Expand Down Expand Up @@ -53,7 +54,7 @@ jobs:
# Shared steps
- uses: actions/checkout@v4
with:
fetch-depth: 0Fetch all history for all tags and branches
fetch-depth: 0 # Fetch all history for all tags and branches
- name: Install python
uses: actions/setup-python@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This project itself is just the template, but you need to install these tools to
- Linux<sup>1</sup>
- [copier][]
- [Docker](https://docs.docker.com/)
- [Compose V2 plugin](https://docs.docker.com/compose/)
- [Compose V2 plugin](https://docs.docker.com/compose/install/)
- [git](https://git-scm.com/) 2.24 or newer
- [invoke](https://www.pyinvoke.org/) installed in Python 3.8.1+ (and the binary must be
called `invoke` — beware if your distro installs it as `invoke3` or similar).
Expand Down Expand Up @@ -83,13 +83,13 @@ If you always used Copier with this project, getting last updates with Copier is

```bash
cd ~/path/to/your/downstream/scaffolding
copier update
copier update --trust
```

Copier will ask you all questions again, but default values will be those you answered
last time. Just hit <kbd>Enter</kbd> to accept those defaults, or change them if
needed... or you can use `copier --force update` instead to avoid answering again all
things.
needed... or you can use `copier update --force --trust` instead to avoid answering
again all things.

Basically, read Copier docs and `copier --help-all` to know how to use it.

Expand Down

0 comments on commit 93894b6

Please sign in to comment.