Skip to content

Commit

Permalink
fix docker build for release in CI (#3652)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge authored May 28, 2024
1 parent 1c3b7dc commit adedeea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/docker-release/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ readonly SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
readonly PROJECT_ROOT=$SCRIPT_PATH/../../
readonly NAMESPACE="observability"

set +e
FILE=$(ls -A ${PROJECT_ROOT}elastic-apm-agent/target/*.jar | grep -E "elastic-apm-agent-[0-9]+.[0-9]+.[0-9]+(-SNAPSHOT)?.jar" )
set -e

if [ -n "${FILE}" ]
then
Expand Down

0 comments on commit adedeea

Please sign in to comment.