Skip to content

Commit

Permalink
chmod +x the binaries before image build
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJosh9000 committed Dec 5, 2024
1 parent c1066cb commit 2faacc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/steps/release-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ echo --- Downloading binaries
rm -rf dist
mkdir -p dist
buildkite-agent artifact download --build "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}" "dist/buildkite-agent-metrics-linux-*" ./dist
chmod +x dist/buildkite-agent-metrics-linux-*

echo "--- Building :docker: image"

Expand Down

0 comments on commit 2faacc9

Please sign in to comment.