remove precise from automated build as it is not a finished product

test
Chris Veilleux 2022-10-17 19:36:28 -05:00
parent 310beb6565
commit b92721d30a
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -31,7 +31,6 @@ pipeline {
sh 'ng build --project globalnav'
sh 'ng build --project account --configuration test'
sh 'ng build --project market --configuration test'
sh 'ng build --project precise --configuration test'
sh 'ng build --project sso --configuration test'
}
}
@ -65,7 +64,6 @@ pipeline {
echo 'Deploying precise application...'
sh 'scp -r dist/shared root@142.93.196.244:/var/www/'
sh 'scp -r dist/globalnav root@142.93.196.244:/var/www/'
sh 'scp -r dist/precise root@142.93.196.244:/var/www/'
}
}
}