diff --git a/.drone.yml b/.drone.yml index be722bb..2962b23 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,8 +23,9 @@ steps: commands: - git clone https://git.odit.services/lfk/backend backend - cd backend + - git checkout dev - name: run openapi export - image: node:alpine + image: registry.odit.services/hub/library/node:19.5.0-alpine3.16 commands: - cd backend - yarn @@ -33,7 +34,7 @@ steps: - cd .. - rm -rf backend - name: run lib build - image: node:alpine + image: registry.odit.services/hub/library/node:19.5.0-alpine3.16 commands: - yarn - yarn build