dev-util/drone:
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Add ebuild for version 1.5.1, purge ebuild for versoin 1.1.0.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
This commit is contained in:
Manuel Friedli 2019-10-01 23:31:40 +02:00
parent 999fb1a66c
commit 2558c1bb3d
5 changed files with 13 additions and 6 deletions

View file

@ -27,7 +27,7 @@ depend() {
}
pre_start() {
docker pull drone/drone:1.1.0
docker pull drone/drone:1.5.1
}
start() {
@ -48,7 +48,7 @@ start() {
--restart=always \
--detach=true \
--name=drone \
drone/drone:1.1.0 \
drone/drone:1.5.1 \
> ${container_name_file}
}