Skip to content

Commit

Permalink
TO REMOVE
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Aug 26, 2024
1 parent 12f7eea commit 4650ea2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
kubectl get storageclass standard
test-with-custom-resource-limits:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
12 changes: 12 additions & 0 deletions registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,23 @@ parse_command_line() {
install_docker() {
if [ "$RUNNER_OS" == "macOS" ] && ! [ -x "$(command -v docker)" ]; then
set +e
cat /etc/hosts
#echo -e "$(ipconfig getifaddr en0) $(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
#echo `sudo lsof -PiTCP -sTCP:LISTEN`
echo 'Installing docker...'
brew install docker docker-buildx colima
mkdir -p ~/.docker/cli-plugins
ln -sfn /usr/local/opt/docker-buildx/bin/docker-buildx ~/.docker/cli-plugins/docker-buildx
chmod +x ~/.docker/cli-plugins/docker-buildx
echo 'colima start --help'
colima start --help
colima start
echo '*** check logs serialv'
cat /Users/runner/.colima/_lima/colima/serialv.log
echo '*** check logs stdout'
cat /Users/runner/.colima/_lima/colima/ha.stdout.log
echo '*** check logs stderr'
cat /Users/runner/.colima/_lima/colima/ha.stderr.log
set -e
fi
}
Expand Down

0 comments on commit 4650ea2

Please # to comment.