POSIX exec
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-03-30 03:11:14 +03:00
parent b56f1b0b62
commit 41116e6ef1

View File

@@ -17,8 +17,8 @@ steps:
- cd /home/webmaster/warframe-center && git fetch --all && git reset --hard origin/monorepo - cd /home/webmaster/warframe-center && git fetch --all && git reset --hard origin/monorepo
- name: install dependencies - name: install dependencies
commands: commands:
- source /home/webmaster/.bashrc - . /home/webmaster/.bashrc
- source /home/webmaster/.profile - . /home/webmaster/.profile
- cd /home/webmaster/warframe-center && npm install - cd /home/webmaster/warframe-center && npm install
trigger: trigger: