Commit 0fc81f78 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

modify jenkinsfile

parent c6173abb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ pipeline {
            steps {
                echo 'Installing Dependencies'
                sh 'cat /etc/os-release'
                sh 'apk add yarn'
                sh 'sudo apk add yarn'
                sh 'yarn install'
            }
        }