Skip to content

Commit

Permalink
CI: remove dind group
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski committed Jun 20, 2024
1 parent 8630c5b commit 3423016
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,8 @@ jobs:
run: |
apt-get update
apt-get install -y docker.io wget curl gcc uuid-runtime git xauth
- name: Add group permissions
run: |
groupadd --gid $(ls -ln /var/run/docker.sock | cut -d\ -f4) dind
usermod --append --groups dind $(whoami)
- name: Test docker
run: |
id
docker info
run: docker info
- name: Checkout bazel-orfs
uses: actions/checkout@v4
- name: Install bazelisk as bazel
Expand Down

0 comments on commit 3423016

Please sign in to comment.