diff --git a/.drone.yml b/.drone.yml index 05f06e99..ac985f71 100644 --- a/.drone.yml +++ b/.drone.yml @@ -198,35 +198,11 @@ steps: - name: cache path: /go -- name: test-mymysql - pull: default - image: golang:1.15 - depends_on: - - test-mysql-utf8mb4 - environment: - GO111MODULE: "on" - GOPROXY: "https://goproxy.io" - CGO_ENABLED: 1 - GOMODCACHE: '/drone/src/pkg.mod' - GOCACHE: '/drone/src/pkg.build' - TEST_MYSQL_HOST: mysql:3306 - TEST_MYSQL_DBNAME: xorm_test - TEST_MYSQL_USERNAME: root - TEST_MYSQL_PASSWORD: - commands: - - make test-mymysql - - TEST_CACHE_ENABLE=true make test-mymysql - - TEST_QUOTE_POLICY=reserved make test-mymysql - volumes: - - name: cache - path: /go - - name: rebuild-cache image: meltwater/drone-cache depends_on: - test-mysql - test-mysql-utf8mb4 - - test-mymysql pull: true settings: backend: "filesystem"