We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ee328 commit b0b3a9fCopy full SHA for b0b3a9f
.github/workflows/cicd-1-pull-request.yaml
@@ -105,6 +105,12 @@ jobs:
105
python_version: "${{ needs.metadata.outputs.python_version }}"
106
terraform_version: "${{ needs.metadata.outputs.terraform_version }}"
107
version: "${{ needs.metadata.outputs.version }}"
108
+
109
+ docker_compose_file_csv_list: project-compose.yaml
110
+ excluded_containers_csv_list: exclude-service-1,exclude-service-2
111
+ environment_tag: ${{ needs.metadata.outputs.environment_tag }}
112
+ function_app_source_code_path: source-folder
113
+ project_name: project-pipeline-name
114
secrets: inherit
115
acceptance-stage: # Recommended maximum execution time is 10 minutes
116
name: "Acceptance stage"
0 commit comments