summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-11 22:04:41 +0300
committerAndrew Dolgov <[email protected]>2022-12-11 22:04:41 +0300
commitea389e2196fc8413ff067054ae7b1e95e8584650 (patch)
tree8ab7b40c4901aea363a29384763d5ca543417030
parentc459ef13d6be12a1358f0e6c30a071597d79dee1 (diff)
use docker hub image for now
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index c0adb8d..0b55087 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,7 +10,7 @@ pipeline {
steps {
sh """
docker run --rm -v ${env.WORKSPACE}:/src/tt-rss/lib/local \
- --workdir /src/tt-rss registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static:latest\
+ --workdir /src/tt-rss cthulhoo/ttrss-fpm-pgsql-static:latest \
php81 ./vendor/bin/phpstan analyse lib/local --memory-limit=1G
"""
}