switch ui news to master

This commit is contained in:
Umputun
2018-11-28 14:41:25 -06:00
parent 5ccc998eda
commit 1de7ddc65c
+1
View File
@@ -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 ./...