Install protobuf depends before revoking sudo

Turns out trying to install something after revoking sudo - not so much
with the working.

Change-Id: Ic8eca287426311d74603f36c3566f97f3c40a12c
This commit is contained in:
Monty Taylor 2016-11-05 09:34:44 -05:00
parent 1dfe58c99d
commit bc5183920f
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -6,7 +6,10 @@
- zuul-release-git-prep-upper-constraints
- install-distro-packages
- shell: |
sudo pip install grpcio grpcio-tools
sudo pip install grpcio grpcio-tools pbr
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$PATH
./install_proto3.sh
- revoke-sudo
- shell: |
#!/bin/bash -xe
@ -42,7 +45,10 @@
- zuul-git-prep-upper-constraints
- install-distro-packages
- shell: |
sudo pip install grpcio grpcio-tools
sudo pip install grpcio grpcio-tools pbr
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$PATH
./install_proto3.sh
- revoke-sudo
- shell: |
#!/bin/bash -xe