Skip to content

Commit

Permalink
Fix publishing geoportal image in advance mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 29, 2024
1 parent bfa544a commit c687eb7
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 c687eb7

Please sign in to comment.