Ver Fonte

test drone

Jerry há 6 anos atrás
pai
commit
29f2ebfbd6
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      .drone.yml

+ 2 - 0
.drone.yml

@@ -12,6 +12,8 @@ steps:
     environment:
       MYSQL_ROOT_PASSWORD: "root"
       MYSQL_DATABASE: "gopay"
+    commands:
+      - mysql --version
 
   - name: test
     image: golang:1.13