Commit 4aff1336 authored by alep's avatar alep

fix CI

parent 572fc992
Pipeline #691 failed with stages
in 47 seconds
......@@ -8,7 +8,7 @@ variables:
ANDROID_HOME: "/Users/alypmustaqim/Library/Android/sdk"
ANDROID_SDK_ROOT: "/Users/alypmustaqim/Library/Android/sdk"
.common:
.common: &common
tags:
- shell
......@@ -27,7 +27,7 @@ variables:
- android/.gradle/
install_dependencies:
extends: .common
<<: *common
stage: install
script:
- yarn install --frozen-lockfile
......@@ -37,7 +37,7 @@ install_dependencies:
expire_in: 1 hour
lint:
extends: .common
<<: *common
stage: test
dependencies:
- install_dependencies
......@@ -46,7 +46,7 @@ lint:
allow_failure: false
test:
extends: .common
<<: *common
stage: test
dependencies:
- install_dependencies
......@@ -55,7 +55,7 @@ test:
allow_failure: false
build_android:
extends: .common
<<: *common
stage: build
dependencies:
- install_dependencies
......@@ -78,4 +78,4 @@ build_android:
expire_in: 7 days
only:
- main
\ No newline at end of file
- main
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment