Commit 585bfaf9 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

modify jenkinsfile

parent 85257b51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ pipeline {
                echo 'Installing Dependencies'
                sh 'cat /etc/os-release'
                sh 'sudo apk update'
                sh 'apk add --no-cache yarn --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community'
                sh 'apk add --no-cache yarn --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community"'
                //sh 'sudo apk add yarn'
                sh 'sudo apk upgrade nodejs'
                sh 'node -v'