diff --git a/.drone.yml b/.drone.yml index 1f133a8..f10e9a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,9 +57,6 @@ steps: trigger: status: - success - volumes: - - name: docker - path: /var/lib/docker - name: build_php_fpm image: plugins/docker diff --git a/project/test.php b/project/test.php index 855a49c..596184c 100644 --- a/project/test.php +++ b/project/test.php @@ -2,5 +2,5 @@ declare(strict_types=1); -echo "Hello asdfadf"; +echo "Hello asdfadfdsd"; phpinfo(); \ No newline at end of file