Add --verbose to dart pub get command

pull/23496/head
Stanley Cheung 5 years ago
parent 9b215e9f90
commit 15a16df640
  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