Skip to content
Snippets Groups Projects
Commit b13f2b24 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Merge branch 'fetch_all_tags' into 'master'

Fetch all tags before looking for the latest version tag.

See merge request openfisca/openfisca-france-reforms!3
parents 33734676 539b5292
Branches
Tags
1 merge request!3Fetch all tags before looking for the latest version tag.
Pipeline #1062 failed
......@@ -30,6 +30,9 @@ async function latestVersionObjectFromTags() {
/// Upgrade, test & push openfisca-france-reforms when openfisca-france or
/// openfisca-france-reforms change.
async function main() {
// Retrieve all tags (used by latestVersionObjectFromTags).
await `git fetch --all --tags`
await $`poetry update`
await $`poetry install`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment