We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f84e39 commit 85a0beeCopy full SHA for 85a0bee
1 file changed
azure/components/cleanup-ecs-pr-proxies-job.yml
@@ -13,6 +13,7 @@ steps:
13
export retain_hours=72
14
ANSIBLE_FORCE_COLOR=yes make -C ansible remove-old-ecs-pr-deploys | tee /tmp/output.txt
15
ERROR_CODE=$?
16
+ echo ERROR_CODE - $ERROR_CODE
17
ROLE_TIMEOUT_MSG="The AWS assume role session token is due to expire"
18
if grep -q "$ROLE_TIMEOUT_MSG" /tmp/output.txt ; then
19
echo "stderr for ansible has the error \"$ROLE_TIMEOUT_MSG\""
0 commit comments