This commit is contained in:
Witalij Poljatchek 2024-01-10 18:30:21 +01:00
parent 9ec1567605
commit 8a6b6679e6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
sh ''' sh '''
npm install npm install
npm run build npm run build
echo "-----" echo "-------"
#sudo docker build -t bbuddy/bbuddy_backend-dev:latest . #sudo docker build -t bbuddy/bbuddy_backend-dev:latest .
''' '''
} }