Jenkins fixes

This commit is contained in:
2021-11-16 11:33:43 -03:00
parent b176eef065
commit 202075606f
2 changed files with 4 additions and 4 deletions
Vendored
+1 -1
View File
@@ -7,7 +7,7 @@ pipeline {
stages {
stage('Build') {
steps {
// sh 'rm -rf node_modules'
sh 'rm -rf node_modules'
//sh 'sudo apt-get update && sudo apt-get -y --no-install-recommends install && sudo apt-get clean'
//sh 'sudo apt-get install -y curl '
//sh 'curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -'