fix sanity tests
This commit is contained in:
parent
c7dd4b4309
commit
8d3f976fcb
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue