Skip to content

Commit

Permalink
fixup! REMOVEME: Print user in and outside of the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Sep 13, 2023
1 parent a93222d commit d151341
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
run : |
whoami
ls -lha libs/gl-client-py
id
docker run -t --rm -v $(pwd):/repo gltesting bash -c "whoami; ls -lha libs/gl-client-py"
docker run -t --rm -v $(pwd):/repo gltesting bash -c "whoami; ls -lha libs/gl-client-py; id"
make docker-check-self
- name: Run python image
Expand Down

0 comments on commit d151341

Please sign in to comment.