Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,17 @@ jobs:
sudo snap services openshell
openshell gateway add http://127.0.0.1:17670 --local --name snap-docker
openshell gateway select snap-docker

for _ in {1..60}; do
if openshell status >/dev/null 2>&1; then
openshell status
exit 0
fi
sleep 1
done

sudo snap services openshell
sudo snap logs openshell.gateway -n=100 || true
openshell status

kubernetes:
Expand Down
Loading