Skip to content

Commit f15b856

Browse files
committed
Add debug step to output BUILD_ROLE value during build process
1 parent e1b2d0a commit f15b856

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

azure/common/apigee-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,11 @@ jobs:
245245
displayName: "ensure build role"
246246
condition: and(succeeded(), eq(variables['build_containers'], 'true'))
247247
248+
- bash: |
249+
echo "[DEBUG] BUILD_ROLE value: $(BUILD_ROLE)"
250+
displayName: "Debug BUILD_ROLE value"
251+
condition: and(succeeded(), eq(variables['build_containers'], 'true'))
252+
248253
- template: ../components/aws-assume-role.yml
249254
parameters:
250255
role: "$(BUILD_ROLE)"

0 commit comments

Comments
 (0)