Browse Source

update pipeline for ansible branch

ansible
wangwei2 2 years ago
parent
commit
ebe20b5108
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .drone.yml

+ 3
- 0
.drone.yml View File

@@ -5,6 +5,9 @@ name: ansible
platform:
os: linux
arch: amd64
volumes:
- name: cache
path: /root/.m2
steps:
- name: maven
image: maven:3-jdk-10


Loading…
Cancel
Save