Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

Commit 56d6488

Browse files
committed
renamed maven no jdk folder and added it to drone
1 parent 95d20b3 commit 56d6488

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

.drone.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ workspace:
44

55
pipeline:
66

7+
docker_maven-3.5-no-jdk:
8+
image: plugins/docker
9+
secrets: [ docker_username, docker_password ]
10+
repo: svenruppert/maven-3.5-no-jdk
11+
tags:
12+
- latest
13+
- 1.8.162-00
14+
dockerfile: images/maven-3.5-no-jdk/Dockerfile
15+
when:
16+
branches:
17+
include: master, develop, release/*
18+
exclude: feature/*
19+
20+
721
docker_maven-3.5-jdk-08:
822
group: build
923
image: plugins/docker
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)