Skip to content

Commit

Permalink
Replace .drone.yml file with one generated from umami (#28)
Browse files Browse the repository at this point in the history
* Replace .drone.yml file with one generated from umami

* Regen drone.yml

Co-authored-by: mae.kasza <[email protected]>
Co-authored-by: Fabio Todaro <[email protected]>
  • Loading branch information
3 people authored Oct 6, 2022
1 parent b7e3fc4 commit 70f5b69
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
PLUGIN_DEPTH: 5

- name: build-image
image: public.ecr.aws/prima/drone-tools:1.21.4
image: public.ecr.aws/prima/drone-tools:1.21.11
commands:
- sed -i 's/USER app/USER root/g' ./Dockerfile
- docker build -t prima/localauth0-ci:${DRONE_COMMIT} ./
Expand Down Expand Up @@ -63,7 +63,6 @@ steps:
environment:
BUILD_ENV: dev
CARGO_HOME: /drone/src/.cargo
CARGO_HTTP_CAINFO: ""
depends_on:
- cargo-clippy-ci

Expand All @@ -88,7 +87,7 @@ steps:
- cargo-test

- name: build-localauth0
image: public.ecr.aws/prima/drone-tools:1.21.4
image: public.ecr.aws/prima/drone-tools:1.21.11
commands:
- ./build.sh . 'public.ecr.aws/prima/localauth0:'
volumes:
Expand All @@ -103,6 +102,10 @@ steps:
- refs/tags/*
depends_on:
- build-image
- cargo-deps
- cargo-format
- cargo-clippy-ci
- cargo-test
- build-artifact
- build-web

Expand Down Expand Up @@ -157,6 +160,6 @@ depends_on:

---
kind: signature
hmac: 02ab26b6d8d7f3f43172092cf10608d0ee5fd92c6e0d83b8894d5c6723393155
hmac: d207d46b0971d0178fb017767d927d7e9a5e98ee7bdc8e7d7ea61eea70e2ae5b

...

0 comments on commit 70f5b69

Please sign in to comment.