(cherry picked from commit 339a4b0554)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
825d8fcad3
commit
93777aefe6
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
version: 2.1
|
||||
orbs:
|
||||
owasp: entur/owasp@0.0.10
|
||||
node: circleci/node@4.4.0
|
||||
|
||||
executors:
|
||||
android:
|
||||
|
|
@ -158,6 +159,8 @@ commands:
|
|||
steps:
|
||||
- checkout:
|
||||
path: ~/mattermost-mobile
|
||||
- node/install-npm:
|
||||
version: '6.14.11'
|
||||
- npm-dependencies
|
||||
- pods-dependencies
|
||||
- assets
|
||||
|
|
|
|||
Loading…
Reference in a new issue