Skip to main content
Sign in
Snippets Groups Projects
Commit efc75642 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Remove log message.

parent cfcfb2cc
No related branches found
No related tags found
1 merge request!5Rewrite CI in TypeScript
Pipeline #1073 passed
...@@ -213,10 +213,6 @@ async function main() { ...@@ -213,10 +213,6 @@ async function main() {
await $`git remote set-url origin git@git.leximpact.dev:openfisca/openfisca-france-reforms.git` await $`git remote set-url origin git@git.leximpact.dev:openfisca/openfisca-france-reforms.git`
await createNewBranchWithUpdatedVersions() await createNewBranchWithUpdatedVersions()
} else {
console.log(
`Unhandled event "${CI_PIPELINE_SOURCE}" in branch "${CI_COMMIT_BRANCH}".`,
)
} }
break break
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment