Skip to content

Commit

Permalink
fix: Release docker script fix - use echo not git (elastic#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo authored Nov 8, 2024
1 parent 7a6dc14 commit eef2361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/release-docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build_docker_image() {
git checkout "${RELEASE_VERSION}"
fi

git "Docker commit: $(git --no-pager log --oneline -n1)"
echo "Docker commit: $(git --no-pager log --oneline -n1)"

set -x
export TERM=dumb
Expand Down

0 comments on commit eef2361

Please sign in to comment.