Skip to content

Commit

Permalink
Merge pull request #45 from NHSDigital/APM-2574-streamline-spec-only
Browse files Browse the repository at this point in the history
APM-2016 Update dependencies
  • Loading branch information
strutt authored Oct 21, 2021
2 parents c8cb39a + c401024 commit 07cee13
Show file tree
Hide file tree
Showing 6 changed files with 8,229 additions and 8,550 deletions.
3 changes: 0 additions & 3 deletions azure/azure-pr-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ extends:
service_name: ${{ '{{' }} variables.service_name {{ '}}' }}
short_service_name: ${{ '{{' }} variables.short_service_name {{ '}}' }}
service_base_path: ${{ '{{' }} variables.service_base_path {{ '}}' }}
product_display_name: ${{ '{{' }} variables.product_display_name {{ '}}' }}
product_description: ${{ '{{' }} variables.product_description {{ '}}' }}
spec_file: ${{ '{{' }} variables.spec_file {{ '}}' }}
apigee_deployments:
- environment: internal-dev
make_spec_visible: true
Expand Down
3 changes: 0 additions & 3 deletions azure/azure-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ extends:
service_name: ${{ '{{' }} variables.service_name {{ '}}' }}
short_service_name: ${{ '{{' }} variables.short_service_name {{ '}}' }}
service_base_path: ${{ '{{' }} variables.service_base_path {{ '}}' }}
product_display_name: ${{ '{{' }} variables.product_display_name {{ '}}' }}
product_description: ${{ '{{' }} variables.product_description {{ '}}' }}
spec_file: ${{ '{{' }} variables.spec_file {{ '}}' }}
apigee_deployments:
- environment: internal-dev
make_spec_visible: true # Off by default. Turn on to allow expose API developers can subscribe their Apps to
Expand Down
3 changes: 0 additions & 3 deletions azure/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ variables:
service_name: {{ config['x-meta'].service_name }}
short_service_name: {{ config['x-meta'].short_service_name }}
service_base_path: {{ config['x-meta'].service_base_path }}
product_display_name: {{ config['x-meta'].product_display_name }}
product_description: {{ config['x-meta'].product_description }}
spec_file: {{ config['x-meta'].service_name }}.json
Loading

0 comments on commit 07cee13

Please sign in to comment.