Ver código fonte

Corrected drone path

Keelan Lightfoot 8 anos atrás
pai
commit
1480d0a2e1
1 arquivos alterados com 1 adições e 3 exclusões
  1. 1
    3
      .drone.yml

+ 1
- 3
.drone.yml Ver arquivo

@@ -1,7 +1,5 @@
1 1
 build:
2
-  image: drone/golang:1.7
3
-  environment:
4
-    - GO15VENDOREXPERIMENT=1
2
+  image: golang:1.7
5 3
   commands:
6 4
     - mv _vendor vendor
7 5
     - go test