From c5ff0e2cda915e93ce566a64056ad01af4fa4fd7 Mon Sep 17 00:00:00 2001 From: Memiks Date: Fri, 6 Dec 2019 09:52:18 +0900 Subject: [PATCH] same --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 .