This commit is contained in:
unurled 2022-09-24 18:41:00 +02:00
parent 5ae6e55bab
commit de8f41a5f2

View file

@ -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
- push
- pull_request
- tag
- promote
- rollback