This commit is contained in:
SD 2024-07-04 18:53:22 +04:00
commit aa027466e2
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 .
''' '''
} }