diff --git a/Jenkinsfile b/Jenkinsfile index c3c0b39..f97d68b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,9 +4,9 @@ pipeline { stages { stage('Build') { steps { - sh 'apt update' - sh 'apt upgrade -y' - sh 'apt-get install --assume-yes docker.io' + # sh 'apt update' + # sh 'apt upgrade -y' + # sh 'apt-get install --assume-yes docker.io' sh 'docker build -t yanlib:latest .' } }