Skip to content

Commit

Permalink
CHanged added read permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Jul 19, 2024
1 parent 2e38e39 commit ee3e09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.elastic-agent-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ steps:
buildkite-agent artifact download "build/**/*" .
echo "+++ Changing permissions for the release manager"
sudo chmod -R +r build/distributions/
sudo chmod -R a+r build/distributions/
sudo chown -R :1000 build/distributions/
ls -lahR build/
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mage() {
go(){
# Search for the go in the Path
if ! [ -x "$(type -P go | sed 's/go is //g')" ];
then
then
getOSOptions
echo "installing golang "${GO_VERSION}" for "${AGENT_OS_NAME}/${AGENT_OS_ARCH}" "
local _bin="${WORKSPACE}/bin"
Expand Down

0 comments on commit ee3e09b

Please sign in to comment.