Merge branch 'dillon/83-yd-order-tracking-query-ui' into vapor/development

This commit is contained in:
Dillon Ngo
2025-04-03 09:38:28 +08:00
Vendored
+5 -1
View File
@@ -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'
}