mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Merge branch 'dillon/83-yd-order-tracking-query-ui' into vapor/development
This commit is contained in:
Vendored
+5
-1
@@ -49,7 +49,11 @@ pipeline {
|
||||
|
||||
stage('Install') {
|
||||
steps {
|
||||
sh 'composer update'
|
||||
// sh 'composer update'
|
||||
sh '''
|
||||
sudo apt-get update && sudo apt-get install -y php-pdo php-mysql
|
||||
composer update
|
||||
'''
|
||||
script{
|
||||
currentBuild.description = 'Step 3 of 6 Completed'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user