Skip to content

Commit

Permalink
Commented out devcontainer_run_command.yml template
Browse files Browse the repository at this point in the history
  • Loading branch information
martins-vds committed Dec 22, 2023
1 parent 3dbc04a commit d30d4c7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions az_pipeline_templates/deploy_tre_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,17 +395,17 @@ jobs:
RP_BUNDLE_VALUES: "${{ parameters.RP_BUNDLE_VALUES }}"
SUBSCRIPTION_ID: ${{ parameters.SUBSCRIPTION_ID }}

- template: devcontainer_run_command.yml
parameters:
DISPLAY_NAME: 'API Health Check'
COMMAND: "make api-healthcheck"
DEVCONTAINER_TAG: ${{ parameters.DEVCONTAINER_TAG }}
CI_CACHE_ACR_NAME: ${{ parameters.CI_CACHE_ACR_NAME }}
AZURE_CREDENTIALS: ${{ parameters.AZURE_CREDENTIALS }}
AZURE_ENVIRONMENT: ${{ parameters.AZURE_ENVIRONMENT }}
TRE_ID: ${{ parameters.TRE_ID }}
LOCATION: ${{ parameters.LOCATION }}
SUBSCRIPTION_ID: ${{ parameters.SUBSCRIPTION_ID }}
# - template: devcontainer_run_command.yml
# parameters:
# DISPLAY_NAME: 'API Health Check'
# COMMAND: "make api-healthcheck"
# DEVCONTAINER_TAG: ${{ parameters.DEVCONTAINER_TAG }}
# CI_CACHE_ACR_NAME: ${{ parameters.CI_CACHE_ACR_NAME }}
# AZURE_CREDENTIALS: ${{ parameters.AZURE_CREDENTIALS }}
# AZURE_ENVIRONMENT: ${{ parameters.AZURE_ENVIRONMENT }}
# TRE_ID: ${{ parameters.TRE_ID }}
# LOCATION: ${{ parameters.LOCATION }}
# SUBSCRIPTION_ID: ${{ parameters.SUBSCRIPTION_ID }}

- job: publish_bundles
displayName: Publish bundles
Expand Down

0 comments on commit d30d4c7

Please sign in to comment.