From 1de7ddc65c95e52e22f5f9feb7783cbd84cc62fe Mon Sep 17 00:00:00 2001 From: Umputun Date: Wed, 28 Nov 2018 14:41:25 -0600 Subject: [PATCH] switch ui news to master --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 2e375596..e1e6c07e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ pipeline: - sleep 5 - nslookup mongo - nslookup mongo | grep Address | awk '{print $3}' > backend/.mongo + - cat backend/.mongo - cd backend/app - go build -v ./...