Merge pull request #23496 from stanley-cheung/dart-debug

Add --verbose to dart pub get command
pull/23504/head
Stanley Cheung 5 years ago committed by GitHub
commit 68222114c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      templates/tools/dockerfile/interoptest/grpc_interop_dart/build_interop.sh.template
  2. 4
      tools/dockerfile/interoptest/grpc_interop_dart/build_interop.sh

@ -16,7 +16,7 @@
# limitations under the License.
#
# Builds Dart interop server and client in a base image.
set -e
set -ex
mkdir -p /var/local/git
git clone /var/local/jenkins/grpc-dart /var/local/git/grpc-dart
@ -25,4 +25,4 @@
cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc-dart/interop
/usr/lib/dart/bin/pub get
/usr/lib/dart/bin/pub get --verbose

@ -14,7 +14,7 @@
# limitations under the License.
#
# Builds Dart interop server and client in a base image.
set -e
set -ex
mkdir -p /var/local/git
git clone /var/local/jenkins/grpc-dart /var/local/git/grpc-dart
@ -23,4 +23,4 @@ git clone /var/local/jenkins/grpc-dart /var/local/git/grpc-dart
cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc-dart/interop
/usr/lib/dart/bin/pub get
/usr/lib/dart/bin/pub get --verbose

Loading…
Cancel
Save