Skip to content

Commit

Permalink
debugging group
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 20, 2024
1 parent 301c189 commit 936709e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
python3 -V
- name: setup wis2downloader
run: |
# make sure user (uid=12135) exists and add to group docker
sudo useradd -l -u 12135 wis2downloader
sudo usermod -aG docker wis2downloader
# make sure current user in docker group
sudo usermod -aG docker $(wmoami)
# Add env parameters to tests/test.env
echo "" >> tests/test.env #no new line at end of test.env file
echo "DOCKER_GID=$(getent group docker | cut -d: -f3)" >> tests/test.env
Expand Down

0 comments on commit 936709e

Please sign in to comment.