Browse Source

test

master
komarov 4 years ago
parent
commit
0e46454984
2 changed files with 1 additions and 4 deletions
  1. +0
    -3
      .drone.yml
  2. +1
    -1
      project/test.php

+ 0
- 3
.drone.yml View File

@@ -57,9 +57,6 @@ steps:
trigger:
status:
- success
volumes:
- name: docker
path: /var/lib/docker

- name: build_php_fpm
image: plugins/docker


+ 1
- 1
project/test.php View File

@@ -2,5 +2,5 @@

declare(strict_types=1);

echo "Hello asdfadf";
echo "Hello asdfadfdsd";
phpinfo();

Loading…
Cancel
Save