Skip to content

Commit

Permalink
Merge pull request #10931 from camptocamp/backport/10925-to-master
Browse files Browse the repository at this point in the history
[Backport master] Fix publishing geoportal image in advance mode
  • Loading branch information
sbrunner authored Feb 29, 2024
2 parents 0cea60c + c687eb7 commit 7c2935d
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/master/c2cciutils/schema.json

checks:
black: False
isort: False
prettier: False
codespell: False
eof: False
required_workflows: False
dependabot_config: False
prospector_config: False
setup: False

version:
branch_to_version_re:
- from: (prod-[0-9]+-[0-9]+)
to: \1
- from: (int-[0-9]+-[0-9]+)
to: \1

publish:
pypi: false
docker:
images:
- name: camptocamp/{{cookiecutter.package}}-config
- name: camptocamp/{{cookiecutter.package}}-geoportal

0 comments on commit 7c2935d

Please sign in to comment.