1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

update jenkinsfile

This commit is contained in:
Andrew Dolgov 2022-10-01 18:31:41 +03:00
parent 401cf77399
commit b8f5f67e25
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
sh """
docker run --rm \
--volumes-from jenkins-docker_app_1 \
--workdir ${env.WORKSPACE}/tt-rss \
--workdir ${env.WORKSPACE} \
php:8.1-cli \
php ./vendor/bin/phpunit
"""