Skip to content

Commit

Permalink
temp: print stat of sdkmanager and groups of user
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Feb 9, 2024
1 parent 63f12ab commit 41086e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ steps:
- label: "Publish to Maven Local (to verify build)"
command: |
whoami
ls -la $(which sdkmanager)
stat $(which sdkmanager)
groups $USER
sudo chown $USER:$USER $(which sdkmanager)
sdkmanager --install "ndk;23.1.7779620"
npm install
Expand Down

0 comments on commit 41086e6

Please sign in to comment.