Skip to content

Commit 56098cb

Browse files
committed
Update build stage parameter values
1 parent c638f77 commit 56098cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ jobs:
9898
uses: ./.github/workflows/stage-3-build.yaml
9999
if: needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
100100
with:
101-
docker_compose_file_csv_list: project-compose.yaml
102-
excluded_containers_csv_list: exclude-service-1,exclude-service-2
101+
docker_compose_file_csv_list: compose.yaml
102+
excluded_containers_csv_list: azurite,azurite-setup,sql-database,database-setup,db
103103
environment_tag: ${{ needs.metadata.outputs.environment_tag }}
104-
function_app_source_code_path: source-folder
104+
function_app_source_code_path: src
105105
project_name: project-pipeline-name
106106
secrets: inherit
107107
acceptance-stage: # Recommended maximum execution time is 10 minutes

0 commit comments

Comments
 (0)