diff --git a/Jenkinsfile b/Jenkinsfile index 021c586..d4e875b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,11 +8,9 @@ pipeline { stage('Build static content') { steps { sh ''' - sudo npm install - sudo npm run build - sudo echo "-------------------------------------------" - sudo date - sudo echo "-------------------------------------------" + echo "test" + #sudo npm install + #sudo npm run build #sudo docker build -t bbuddy/bbuddy_backend-dev:latest . ''' }