Compare commits

..

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

View File

@ -19,7 +19,7 @@ name: build:tag
steps: steps:
- name: checkout backend - name: checkout backend
image: registry.odit.services/hub/alpine/git image: 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: registry.odit.services/hub/library/node:alpine image: node:alpine
commands: commands:
- yarn - yarn
- yarn build - yarn build