Fix build_artifact_php.sh to pass shellcheck

pull/14071/head
Mehrdad Afshari 7 years ago
parent 37d9036e06
commit 2628664f37
  1. 3
      tools/run_tests/artifacts/build_artifact_php.sh

@ -13,10 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
PHP_TARGET_ARCH=$1
set -ex
cd $(dirname $0)/../../..
cd "$(dirname "$0")/../../.."
mkdir -p "${ARTIFACTS_OUT}"

Loading…
Cancel
Save