We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f60d3e commit ecbc41bCopy full SHA for ecbc41b
Jenkinsfile
@@ -157,7 +157,7 @@ pipeline {
157
// Codebase
158
sh 'docker run --rm -v $(pwd):/app -w /app $BASE_IMAGE:arm64 yarn install'
159
sh 'docker run --rm -v $(pwd):/app -w /app $BASE_IMAGE:arm64 npm run-script build'
160
- sh 'rm -rf node_modules'
+ sh 'sudo rm -rf node_modules'
161
sh 'docker run --rm -v $(pwd):/app -w /app $BASE_IMAGE:arm64 yarn install --prod'
162
163
// Docker Build
0 commit comments