diff --git a/.drone.yml b/.drone.yml index 1aa6251..62855e2 100644 --- a/.drone.yml +++ b/.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 \ No newline at end of file + - push + - pull_request + - tag + - promote + - rollback