Skip to content

Commit 6e08143

Browse files
authored
chore: print sbctl shell instead of sbctl serve in GitHub actions log (#2011)
chore: use sbctl shell instead of sbctl serve Signed-off-by: Evans Mungai <[email protected]>
1 parent ee6aad4 commit 6e08143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/e2e-troubleshoot/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ runs:
5656
echo -e "\e[1;33m \e[0m"
5757
echo -e "\e[1;33m 3- From inside the extracted directory, run: \e[0m"
5858
echo -e "\e[1;33m \e[0m"
59-
echo -e "\e[1;32m sbctl serve -s . \e[0m"
59+
echo -e "\e[1;32m sbctl shell . \e[0m"
6060
echo -e "\e[1;33m \e[0m"
61-
echo -e "\e[1;33m 4- Export the printed kubeconfig to interact with the cluster. \e[0m"
61+
echo -e "\e[1;33m 4- Run kubectl commands in the new shell and run `exit` once done \e[0m"
6262
echo -e "\e[1;33m \e[0m"
6363
echo -e "\e[1;33m└──────────────────────────────────────────────────────────────────────────────────────────────────────┘\e[0m"
6464
shell: bash

0 commit comments

Comments
 (0)