diff --git a/.drone.yml b/.drone.yml index cbf2480..564e16c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,13 +3,10 @@ type: exec name: exec-debian-memiks platform: -os: linux -arch: amd64 + os: linux + arch: amd64 steps: -- name: greeting - commands: - - echo hello world - name: build commands: - docker build -t docker-php-nginx .