소스 검색

test drone

Jerry 5 년 전
부모
커밋
29f2ebfbd6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .drone.yml

+ 2 - 0
.drone.yml

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