address comments

pull/15438/head
Jan Tattermusch 7 years ago
parent 6e3a4ee78c
commit 2b7196c008
  1. 4
      tools/internal_ci/helper_scripts/delete_nonartifacts.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2017 gRPC authors.
# Copyright 2018 The gRPC Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -16,7 +16,7 @@
set -ex
# change to grpc repo root
cd $(dirname $0)/../../..
cd "$(dirname "$0")/../../.."
# After kokoro build finishes, the workspace gets rsync'ed to another machine,
# from where the artifacts and reports are processed.

Loading…
Cancel
Save