Compare commits

...

2 Commits

Author SHA1 Message Date
SD aa027466e2 Merge branch 'master' of https://customer-vertexa-gitea.devbay.tech/Bbuddy/bbuddy-ui 2024-07-04 18:53:22 +04:00
e510734 f6e0f7dcdb EK: delete npm 2024-07-03 21:40:46 +02:00
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -8,10 +8,6 @@ pipeline {
stage('Build static content') { stage('Build static content') {
steps { steps {
sh ''' sh '''
npm install
npm run build
pwd
echo
docker build --progress=plain -t bbuddy/bbuddy_ui:latest . docker build --progress=plain -t bbuddy/bbuddy_ui:latest .
''' '''
} }