Skip to content

Commit 85a0bee

Browse files
committed
APM-3869 Echo ERROR_CODE
1 parent 4f84e39 commit 85a0bee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

azure/components/cleanup-ecs-pr-proxies-job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ steps:
1313
export retain_hours=72
1414
ANSIBLE_FORCE_COLOR=yes make -C ansible remove-old-ecs-pr-deploys | tee /tmp/output.txt
1515
ERROR_CODE=$?
16+
echo ERROR_CODE - $ERROR_CODE
1617
ROLE_TIMEOUT_MSG="The AWS assume role session token is due to expire"
1718
if grep -q "$ROLE_TIMEOUT_MSG" /tmp/output.txt ; then
1819
echo "stderr for ansible has the error \"$ROLE_TIMEOUT_MSG\""

0 commit comments

Comments
 (0)