summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/masterminds/html5/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/af_readability/vendor/masterminds/html5/Jenkinsfile')
-rw-r--r--plugins/af_readability/vendor/masterminds/html5/Jenkinsfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/plugins/af_readability/vendor/masterminds/html5/Jenkinsfile b/plugins/af_readability/vendor/masterminds/html5/Jenkinsfile
deleted file mode 100644
index c0adb8d65..000000000
--- a/plugins/af_readability/vendor/masterminds/html5/Jenkinsfile
+++ /dev/null
@@ -1,19 +0,0 @@
-pipeline {
- agent any
-
- options {
- buildDiscarder(logRotator(numToKeepStr: '5'))
- }
-
- stages {
- stage('phpstan') {
- 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\
- php81 ./vendor/bin/phpstan analyse lib/local --memory-limit=1G
- """
- }
- }
- }
-}