Skip to content

Commit b0b3a9f

Browse files
committed
Add required properties to build-3 pipeline
1 parent e2ee328 commit b0b3a9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ jobs:
105105
python_version: "${{ needs.metadata.outputs.python_version }}"
106106
terraform_version: "${{ needs.metadata.outputs.terraform_version }}"
107107
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
108114
secrets: inherit
109115
acceptance-stage: # Recommended maximum execution time is 10 minutes
110116
name: "Acceptance stage"

0 commit comments

Comments
 (0)