remove precise from automated build as it is not a finished product
parent
310beb6565
commit
b92721d30a
|
@ -31,7 +31,6 @@ pipeline {
|
||||||
sh 'ng build --project globalnav'
|
sh 'ng build --project globalnav'
|
||||||
sh 'ng build --project account --configuration test'
|
sh 'ng build --project account --configuration test'
|
||||||
sh 'ng build --project market --configuration test'
|
sh 'ng build --project market --configuration test'
|
||||||
sh 'ng build --project precise --configuration test'
|
|
||||||
sh 'ng build --project sso --configuration test'
|
sh 'ng build --project sso --configuration test'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -65,7 +64,6 @@ pipeline {
|
||||||
echo 'Deploying precise application...'
|
echo 'Deploying precise application...'
|
||||||
sh 'scp -r dist/shared root@142.93.196.244:/var/www/'
|
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/globalnav root@142.93.196.244:/var/www/'
|
||||||
sh 'scp -r dist/precise root@142.93.196.244:/var/www/'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue