From 54540c5c714cccaba07e5ba5b86a5eeddcf59fc4 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Thu, 28 Oct 2021 16:30:26 +0300 Subject: [PATCH] [WIFI-5119] Dbg: added printing exit code on digicert-change-ap-redirector in uc_sanity --- .github/workflows/uc_sanity.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/uc_sanity.yml b/.github/workflows/uc_sanity.yml index f6e302484..42f85547f 100644 --- a/.github/workflows/uc_sanity.yml +++ b/.github/workflows/uc_sanity.yml @@ -198,6 +198,7 @@ jobs: for id in $(echo -e 'from configuration import CONFIGURATION\nfor ap in CONFIGURATION["${{ matrix.testbed }}"]["access_point"]: print(ap["serial"])' | python3) do ./wlan-pki-cert-scripts/digicert-change-ap-redirector.sh $id "${{ needs.deploy-controller.outputs.gateway_url }}" + echo "Exit code - $?" done - name: factory reset APs @@ -479,6 +480,7 @@ jobs: for id in $(echo -e 'from configuration import CONFIGURATION\nfor ap in CONFIGURATION["${{ matrix.testbed }}"]["access_point"]: print(ap["serial"])' | python3) do ./wlan-pki-cert-scripts/digicert-change-ap-redirector.sh $id gw-qa01.cicd.lab.wlan.tip.build + echo "Exit code - $?" done - name: factory reset APs