Commit 3a8bf91a authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

modify jenkinsfile

parent 030d6fba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ pipeline {
        stage ('Dependencies') {
            steps {
                echo 'Installing Dependencies'
                sh 'npm install -g yarn'
                sh 'apt install yarn'
                sh 'yarn install'
            }
        }