Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
wip: test multi-arch angular build
Browse files Browse the repository at this point in the history
  • Loading branch information
cleong14 committed Jul 18, 2024
1 parent 4cb3bc6 commit defc6a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular-ui/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pipeline {
steps {
container('build') {
dir('angular-ui') {
sh 'npm ci && npm cache clean --force'
sh 'npm ci'
}
}
}
Expand Down Expand Up @@ -76,7 +76,7 @@ pipeline {
steps {
container('build') {
dir('angular-ui') {
sh 'npm ci && npm cache clean --force'
sh 'npm ci'
}
}
}
Expand Down

0 comments on commit defc6a1

Please sign in to comment.