Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynab committed Jun 24, 2023
1 parent cfa2297 commit d1b798c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .'
}
}
Expand Down

0 comments on commit d1b798c

Please sign in to comment.