~starkingdoms/starkingdoms

fab63c815e435f86b05b30372f9cd59b88223986 — c0repwn3r 2 years ago 35dbde2
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'
            }
        }