Compare commits

...

2 Commits

Author SHA1 Message Date
98e32555cf Merge branch 'main' of git.odit.services:lfk/lfk-client-js into main
All checks were successful
continuous-integration/drone Build is passing
2021-04-14 19:17:30 +02:00
e899c0426a Now using selfhosted registry images 2021-04-14 19:17:20 +02:00

View File

@ -19,7 +19,7 @@ name: build:tag
steps: steps:
- name: checkout backend - name: checkout backend
image: alpine/git image: registry.odit.services/hub/alpine/git
commands: commands:
- git clone https://git.odit.services/lfk/backend backend - git clone https://git.odit.services/lfk/backend backend
- cd backend - cd backend
@ -33,7 +33,7 @@ steps:
- cd .. - cd ..
- rm -rf backend - rm -rf backend
- name: run lib build - name: run lib build
image: node:alpine image: registry.odit.services/hub/library/node:alpine
commands: commands:
- yarn - yarn
- yarn build - yarn build