Skip to content

Commit

Permalink
DRA: Remove custom chmod (#13737)
Browse files Browse the repository at this point in the history
* Remove chmod again

* Fix custom permissions

* fix

* Remove again, not needed anymore

since the release of buildkite-agent v3.75.1
  • Loading branch information
reakaleek authored Jul 22, 2024
1 parent 00b1895 commit 74a23a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .buildkite/scripts/dra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ buildkite-agent artifact download "build/dependencies*.csv" .
cp build/dependencies*.csv build/distributions/

echo "--- Changing permissions for the release manager"
chmod -R a+r build/
sudo chown -R :1000 build/
ls -l build/distributions/

Expand Down

0 comments on commit 74a23a9

Please sign in to comment.