drone
This commit is contained in:
parent
5ae6e55bab
commit
de8f41a5f2
1 changed files with 5 additions and 28 deletions
31
.drone.yml
31
.drone.yml
|
@ -13,15 +13,6 @@ steps:
|
|||
- ls -a
|
||||
- cp -r /tmp/drone/Elixium/Raxen $(pwd)/
|
||||
- ls -a
|
||||
# settings:
|
||||
# restore: true
|
||||
# mount:
|
||||
# - ./build
|
||||
# - ./.gradle
|
||||
# ## Mount the cache volume, needs "Trusted"
|
||||
# volumes:
|
||||
# - name: cache
|
||||
# path: /cache
|
||||
|
||||
- name: build
|
||||
commands:
|
||||
|
@ -40,14 +31,6 @@ steps:
|
|||
environment:
|
||||
API_KEY:
|
||||
from_secret: api_key
|
||||
# settings:
|
||||
# base_url: https://git.unurled.me
|
||||
# files: build/libs/*
|
||||
# api_key:
|
||||
# from_secret: api_key
|
||||
# prerelease: true
|
||||
# when:
|
||||
# event: tag
|
||||
|
||||
- name: rebuild-cache-with-filesystem
|
||||
commands:
|
||||
|
@ -61,17 +44,11 @@ steps:
|
|||
- mv -f -t $(pwd)/.gradle /tmp/drone/Elixium/Raxen
|
||||
- ls -a
|
||||
- ls -a /tmp/drone/Elixium/Raxen
|
||||
# image: drillster/drone-volume-cache
|
||||
# settings:
|
||||
# rebuild: true
|
||||
# mount:
|
||||
# - ./build
|
||||
# - ./.gradle
|
||||
# # Mount the cache volume, needs "Trusted"
|
||||
# volumes:
|
||||
# - name: cache
|
||||
# path: /cache
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- tag
|
||||
- promote
|
||||
- rollback
|
||||
|
|
Loading…
Reference in a new issue