Hard reset
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-02-18 02:49:36 +03:00
parent 1c7d4cc74e
commit d8eac63c6f

View File

@@ -12,7 +12,8 @@ steps:
- name: pull - name: pull
commands: commands:
- cd /home/pi/warframe-market-bot - cd /home/pi/warframe-market-bot
- git pull - git fetch --all
- git reset --hard origin/master
- name: install - name: install
commands: commands:
- npm install - npm install