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: ...@@ -8,7 +8,7 @@ variables:
ANDROID_HOME: "/Users/alypmustaqim/Library/Android/sdk" ANDROID_HOME: "/Users/alypmustaqim/Library/Android/sdk"
ANDROID_SDK_ROOT: "/Users/alypmustaqim/Library/Android/sdk" ANDROID_SDK_ROOT: "/Users/alypmustaqim/Library/Android/sdk"
.common: .common: &common
tags: tags:
- shell - shell
...@@ -27,7 +27,7 @@ variables: ...@@ -27,7 +27,7 @@ variables:
- android/.gradle/ - android/.gradle/
install_dependencies: install_dependencies:
extends: .common <<: *common
stage: install stage: install
script: script:
- yarn install --frozen-lockfile - yarn install --frozen-lockfile
...@@ -37,7 +37,7 @@ install_dependencies: ...@@ -37,7 +37,7 @@ install_dependencies:
expire_in: 1 hour expire_in: 1 hour
lint: lint:
extends: .common <<: *common
stage: test stage: test
dependencies: dependencies:
- install_dependencies - install_dependencies
...@@ -46,7 +46,7 @@ lint: ...@@ -46,7 +46,7 @@ lint:
allow_failure: false allow_failure: false
test: test:
extends: .common <<: *common
stage: test stage: test
dependencies: dependencies:
- install_dependencies - install_dependencies
...@@ -55,7 +55,7 @@ test: ...@@ -55,7 +55,7 @@ test:
allow_failure: false allow_failure: false
build_android: build_android:
extends: .common <<: *common
stage: build stage: build
dependencies: dependencies:
- install_dependencies - install_dependencies
...@@ -78,4 +78,4 @@ build_android: ...@@ -78,4 +78,4 @@ build_android:
expire_in: 7 days expire_in: 7 days
only: only:
- main - main
\ No newline at end of file
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