Skip to content

Commit

Permalink
fix script...again..
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomonteromiguel committed Jan 10, 2024
1 parent 08d315e commit 2042558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/ci/download-binary-php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir -p tooling/ci/binaries
cd tooling/ci/binaries

#This script resides inside of docker image (ci_docker_base)
source download-binary-tracer.sh
source /download-binary-tracer.sh

if [ $VERSION = 'dev' ]; then
get_circleci_artifact "gh/DataDog/dd-trace-php" "build_packages" "package extension" "dd-library-php-.*-$PLATFORM-linux-gnu.tar.gz" "dd-library-php-$PLATFORM-linux-gnu.tar.gz"
Expand Down

0 comments on commit 2042558

Please sign in to comment.