fixed duplicate nameing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nicolai Ort 2020-12-12 22:58:02 +01:00
parent 788d24d895
commit 1b2ff9bbd7

View File

@ -14,12 +14,13 @@ steps:
- cd backend - cd backend
- yarn - yarn
- yarn lib - yarn lib
- name: checkout backend - name: push new dist
image: alpine/git image: alpine/git
commands: commands:
- rm -rf ./dist ./openapi.json - rm -rf ./dist ./openapi.json
- mv ./backend/lib/dist ./dist - mv ./backend/lib/dist ./dist
- mv ./backend/lib/openapi.json ./openapi.json - mv ./backend/lib/openapi.json ./openapi.json
- rm -rf ./backend
- git add -A - git add -A
- git commit -m "new lib version [CI SKIP]" - git commit -m "new lib version [CI SKIP]"
- git push - git push