From 5b79f7c43510f908f1d687331f21937a5b5d698c Mon Sep 17 00:00:00 2001 From: Umputun Date: Tue, 25 Jun 2019 15:34:11 -0500 Subject: [PATCH] clean drone build --- .drone.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 57d7f3f6..9bf95034 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,10 +7,6 @@ pipeline: build: image: golang:1.12-alpine commands: - - sleep 5 - - nslookup mongo - - nslookup mongo | grep Address | awk '{print $3}' > backend/.mongo - - cat backend/.mongo - cd backend/app - go build -v ./... @@ -94,8 +90,3 @@ pipeline: secrets: [ email_username, email_password ] when: status: [ changed, failure ] - -services: - mongo: - image: mongo:3.6 - command: [ --smallfiles ]