Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Mar 31, 2024
1 parent 0cc769a commit cbd9e1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/alpine-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,17 @@ jobs:

- name: Create alpine container
run: |
id
groups
whoami
ls -la /var/lib/incus/unix.socket
sudo usermod -a -G incus-admin $(whoami)
groups
whoami
newgrp incus-admin
groups
whoami
id
sudo su - $USER
id
incus launch images:alpine/edge alpine
incus exec alpine -- apk install python3-tox git
incus exec alpine -- git clone --branch ${GITHUB_REF_NAME} https://github.com/${GITHUB_REPOSITORY}.git
Expand Down

0 comments on commit cbd9e1d

Please sign in to comment.