fix sanity tests

This commit is contained in:
Jan Tattermusch 2018-01-22 19:57:42 +01:00 committed by Jakob Roland Andersen
parent c7dd4b4309
commit 8d3f976fcb
2 changed files with 1 additions and 5 deletions

View File

@ -27,8 +27,6 @@ RUN sh -c 'curl https://storage.googleapis.com/download.dartlang.org/linux/debia
# Install Dart
RUN apt-get update && apt-get -y install dart
RUN ls -l /usr/lib/dart/bin
ENV PATH $PATH:/usr/lib/dart/bin
# Define the default command.

View File

@ -22,7 +22,5 @@ git clone /var/local/jenkins/grpc-dart /var/local/git/grpc-dart
# copy service account keys if available
cp -r /var/local/jenkins/service_account $HOME || true
export PATH=$PATH:/usr/lib/dart/bin
cd /var/local/git/grpc-dart/interop
pub get
/usr/lib/dart/bin/pub get