jenkins CI pt.8
1 files changed, 2 insertions(+), 2 deletions(-) M Jenkinsfile
M Jenkinsfile => Jenkinsfile +2 -2
@@ 6,8 6,8 @@ pipeline { stages { stage('Prepare') { steps { sh 'apt-get update -yqq' sh 'apt-get install -yqq --no-install-recommends build-essential protobuf-compiler' sh 'sudo apt-get update -yqq' sh 'sudo apt-get install -yqq --no-install-recommends build-essential protobuf-compiler' sh 'rustup component add clippy' } }