From 0e464549846fdb2c5f70416c7a6defb5eba31ac2 Mon Sep 17 00:00:00 2001 From: komarov Date: Sat, 18 Apr 2020 23:00:43 +0300 Subject: [PATCH] test --- .drone.yml | 3 --- project/test.php | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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