Skip to content

Commit

Permalink
Show docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Aug 22, 2024
1 parent 44ab466 commit 0835d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -519,12 +519,12 @@ prepare_stack() {
${ELASTIC_PACKAGE_BIN} stack status
echo ""

if [[ "${ELASTIC_AGENT_DOCKER_IMAGE:-""}" != "" ]]; then
# if [[ "${ELASTIC_AGENT_DOCKER_IMAGE:-""}" != "" ]]; then
echo ""
echo "Images used for Elastic Agent"
docker ps --format "{{.Names}} {{.Image}}" |grep "elastic-agent"
echo ""
fi
# fi
}

is_serverless() {
Expand Down

0 comments on commit 0835d91

Please sign in to comment.