We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb449a8 commit e2c6aedCopy full SHA for e2c6aed
Jenkinsfile
@@ -60,7 +60,7 @@ pipeline {
60
sh 'docker pull jc21/$IMAGE_NAME-base:armhf'
61
sh 'docker run --rm -v $(pwd)/manager:/srv/manager -w /srv/manager jc21/$IMAGE_NAME-base:armhf yarn --registry=$NPM_REGISTRY install'
62
sh 'docker run --rm -v $(pwd)/manager:/srv/manager -w /srv/manager jc21/$IMAGE_NAME-base:armhf gulp build'
63
- sh 'rm -rf node_modules'
+ sh 'docker run --rm -v $(pwd):/srv -w /srv jc21/$IMAGE_NAME-base:armhf rm -rf node_modules'
64
sh 'docker run --rm -v $(pwd)/manager:/srv/manager -w /srv/manager jc21/$IMAGE_NAME-base:armhf yarn --registry=$NPM_REGISTRY install --prod'
65
sh 'docker run --rm -v $(pwd)/manager:/data $DOCKER_CI_TOOLS:latest-armhf node-prune'
66
0 commit comments