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
|
- ls -a
|
||||||
- cp -r /tmp/drone/Elixium/Raxen $(pwd)/
|
- cp -r /tmp/drone/Elixium/Raxen $(pwd)/
|
||||||
- ls -a
|
- ls -a
|
||||||
# settings:
|
|
||||||
# restore: true
|
|
||||||
# mount:
|
|
||||||
# - ./build
|
|
||||||
# - ./.gradle
|
|
||||||
# ## Mount the cache volume, needs "Trusted"
|
|
||||||
# volumes:
|
|
||||||
# - name: cache
|
|
||||||
# path: /cache
|
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
commands:
|
commands:
|
||||||
|
@ -40,14 +31,6 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
API_KEY:
|
API_KEY:
|
||||||
from_secret: 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
|
- name: rebuild-cache-with-filesystem
|
||||||
commands:
|
commands:
|
||||||
|
@ -61,17 +44,11 @@ steps:
|
||||||
- mv -f -t $(pwd)/.gradle /tmp/drone/Elixium/Raxen
|
- mv -f -t $(pwd)/.gradle /tmp/drone/Elixium/Raxen
|
||||||
- ls -a
|
- ls -a
|
||||||
- ls -a /tmp/drone/Elixium/Raxen
|
- 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:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
- pull_request
|
||||||
|
- tag
|
||||||
|
- promote
|
||||||
|
- rollback
|
||||||
|
|
Loading…
Reference in a new issue