Sequential pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-19 01:49:17 +03:00
parent 34c1e577f4
commit 66212c9a7d

View File

@@ -17,7 +17,7 @@ steps:
- cd /home/pi/warframe-center - cd /home/pi/warframe-center
- git fetch --all - git fetch --all
- git reset --hard origin/monorepo - git reset --hard origin/monorepo
- npm ci - npm install
--- ---
@@ -48,3 +48,6 @@ steps:
when: when:
branch: branch:
- monorepo - monorepo
depends_on:
- install dependencies