Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 31, 2025
1 parent 84be0ed commit cfe6d6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/internal_ci/linux/grpc_distribtests_php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ cd $(dirname $0)/../../..

source tools/internal_ci/helper_scripts/prepare_build_linux_rc

if [ -f ./generate_artifacts.sh ]; then
./generate_artifacts.sh
fi

# Build all PHP linux artifacts
tools/run_tests/task_runner.py -f artifact linux php ${TASK_RUNNER_EXTRA_FILTERS} -j 2 -x build_artifacts/sponge_log.xml || FAILED="true"

Expand Down

0 comments on commit cfe6d6d

Please sign in to comment.