Skip to content

Commit

Permalink
[Debug] See if this is a rights issue
Browse files Browse the repository at this point in the history
Locally it does work through WSL, so the problem is most likely with the
gitlab runners.
  • Loading branch information
Michael Vasseur committed Jan 5, 2024
1 parent cf04373 commit 1763456
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ check-pr-contributor:
<<: *job_check-pr
<<: *matrix_contributor_template
script:
- whoami
- cd docker-contributor
- docker pull $CONTRIBUTOR_IMAGE:${ARCH} || true
- docker build --build-arg ARCH=${ARCH}/ .
- docker build --privileged --build-arg ARCH=${ARCH}/ .

release-contributor-arch:
<<: *registry_dockerhub
Expand Down

0 comments on commit 1763456

Please sign in to comment.