bump
This commit is contained in:
parent
1591d6f16f
commit
c37b1f456a
16
.drone.yml
16
.drone.yml
@ -3,12 +3,13 @@ pipeline:
|
||||
image: repo.shimun.net/drone-plugins/davfile
|
||||
url: https://seaf.shimun.net/seafdav/Drone/cache/
|
||||
secrets: ["docker_username", "docker_password"]
|
||||
file: cache.tar.gz
|
||||
file: ${DRONE_REPO_NAME}.tar.gz
|
||||
secrets: ["dav_username", "dav_password"]
|
||||
ex-cache:
|
||||
image: repo.shimun.net/drone-plugins/tar:v0.1
|
||||
dest: /drone/docker
|
||||
file: cache.tar.gz
|
||||
image: repo.shimun.net/drone-plugins/tar
|
||||
dest: /drone/
|
||||
file: ${DRONE_REPO_NAME}.tar.gz
|
||||
quiet: true
|
||||
docker:
|
||||
image: plugins/docker
|
||||
repo: repo.shimun.net/shimun/sauerbraten
|
||||
@ -17,14 +18,15 @@ pipeline:
|
||||
storage_path: /drone/docker
|
||||
use_cache: true
|
||||
mk-cache:
|
||||
image: repo.shimun.net/drone-plugins/tar:v0.1
|
||||
dest: cache.tar.gz
|
||||
image: repo.shimun.net/drone-plugins/tar
|
||||
dest: ${DRONE_REPO_NAME}.tar.gz
|
||||
file: /drone/docker
|
||||
quiet: true
|
||||
up-cache:
|
||||
image: repo.shimun.net/drone-plugins/davfile
|
||||
url: https://seaf.shimun.net/seafdav/Drone/cache/
|
||||
upload: true
|
||||
file: cache.tar.gz
|
||||
file: ${DRONE_REPO_NAME}.tar.gz
|
||||
secrets: ["dav_username", "dav_password"]
|
||||
group: fin
|
||||
docker-p:
|
||||
|
Loading…
x
Reference in New Issue
Block a user