Compare commits

..

No commits in common. "98e32555cf9843b7b4f349d255cba76f9a91076d" and "c36921c1fb3a3cb55db1c9fc89ad5507843b47c0" have entirely different histories.

View File

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