Compare commits

...

2 Commits

Author SHA1 Message Date
f55471825e Dockerfile with cached images 🔥
All checks were successful
continuous-integration/drone/push Build is passing
2021-03-15 16:26:17 +01:00
d5f29108c4 Revert "Now using more images powered by us 🚀🚀🚀"
This reverts commit c1d8b781a62ebedafa7f1fa598eab966e91d8b64.
2021-03-15 16:22:58 +01:00

View File

@ -27,12 +27,12 @@ clone:
disable: true
steps:
- name: checkout pr
image: registry.odit.services/hub/alpine/git
image: alpine/git
commands:
- git clone $DRONE_REMOTE_URL .
- git checkout $DRONE_SOURCE_BRANCH
- name: run tests
image: registry.odit.services/hub/library/node:latest
image: node:latest
commands:
- yarn
- yarn test:ci
@ -49,7 +49,7 @@ clone:
steps:
- name: clone
image: registry.odit.services/hub/alpine/git
image: alpine/git
commands:
- git clone $DRONE_REMOTE_URL .
- git checkout dev
@ -68,7 +68,7 @@ steps:
mtu: 1000
- name: run changelog export
depends_on: ["clone"]
image: registry.odit.services/hub/library/node:latest
image: node:latest
commands:
- npx auto-changelog --commit-limit false -p -u --hide-credit
- name: push new changelog to repo
@ -84,7 +84,7 @@ steps:
from_secret: git_ssh
- name: run full license export
depends_on: ["clone"]
image: registry.odit.services/hub/library/node:14.15.1-alpine3.12
image: node:14.15.1-alpine3.12
commands:
- yarn
- yarn licenses:export
@ -116,7 +116,7 @@ clone:
steps:
- name: clone
image: registry.odit.services/hub/alpine/git
image: alpine/git
commands:
- git clone $DRONE_REMOTE_URL .
- git checkout dev