Fix build_package_php.sh to pass shellcheck

pull/14071/head
Mehrdad Afshari 7 years ago
parent bcd91f835b
commit 919de03fc9
  1. 4
      tools/run_tests/artifacts/build_package_php.sh

@ -15,7 +15,7 @@
set -ex
cd $(dirname $0)/../../..
cd "$(dirname "$0")/../../.."
mkdir -p artifacts/
cp -r $EXTERNAL_GIT_ROOT/platform={windows,linux,macos}/artifacts/php_*/* artifacts/ || true
cp -r "$EXTERNAL_GIT_ROOT"/platform={windows,linux,macos}/artifacts/php_*/* artifacts/ || true

Loading…
Cancel
Save