~starkingdoms/starkingdoms

47acc244a0fa77a691e92293c38afaedc50b1b02 — c0repwn3r 2 years ago 1d30ae9
clippy is installed already
1 files changed, 0 insertions(+), 5 deletions(-)

M Jenkinsfile
M Jenkinsfile => Jenkinsfile +0 -5
@@ 6,11 6,6 @@ pipeline {
    }

    stages {
        stage('Prepare') {
            steps {
                sh 'rustup component add clippy'
            }
        }
        stage('Build') {
            steps {
                sh 'cargo build --locked'