Skip to content

Commit

Permalink
DRA: fix permissions of build artifacts (#13733)
Browse files Browse the repository at this point in the history
* DRA: fix permissions of build artifacts

* test

* test

* Add debug

* test

* test
  • Loading branch information
reakaleek committed Jul 19, 2024
1 parent 53067a6 commit 93db259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/scripts/dra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ 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
2 changes: 2 additions & 0 deletions .buildkite/scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ if [[ ${TYPE} == "snapshot" ]]; then
fi

make $MAKE_GOAL

ls -l build/distributions/

0 comments on commit 93db259

Please sign in to comment.