fix: ignore Jenkinsfile

pull/145/head^2
farid 3 years ago
parent 32a5cf0389
commit ffba4b7e2a

@ -4,3 +4,4 @@ node_modules
modules modules
composer.lock composer.lock
Dockerfile* Dockerfile*
Jenkinsfile

1
Jenkinsfile vendored

@ -41,7 +41,6 @@ pipeline {
} }
steps { steps {
sh 'cd /apps/${IMAGE_NAME}-staging/ ; docker-compose up -d' sh 'cd /apps/${IMAGE_NAME}-staging/ ; docker-compose up -d'
sh 'docker exec willaengine bash -c "COMPOSER=composer-staging.json composer update"'
} }
} }
} }

Loading…
Cancel
Save