Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rnd_ci_cd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alep
rnd_ci_cd
Commits
15c60941
Commit
15c60941
authored
Jul 16, 2026
by
alep
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: correct GitLab CI YAML structure
parent
1ff95a86
Pipeline
#689
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
15 deletions
+11
-15
.gitlab-ci.yml
.gitlab-ci.yml
+11
-15
No files found.
.gitlab-ci.yml
View file @
15c60941
...
...
@@ -3,19 +3,19 @@ stages:
-
test
-
build
variables
:
JAVA_HOME
:
"
/Users/alypmustaqim/Library/Java/JavaVirtualMachines/jbr-17.0.14/Contents/Home"
ANDROID_HOME
:
"
/Users/alypmustaqim/Library/Android/sdk"
ANDROID_SDK_ROOT
:
"
/Users/alypmustaqim/Library/Android/sdk"
default
:
tags
:
-
shell
variables
:
JAVA_HOME
:
"
/Users/alypmustaqim/Library/Java/JavaVirtualMachines/jbr-17.0.14/Contents/Home"
ANDROID_HOME
:
"
/Users/alypmustaqim/Library/Android/sdk"
ANDROID_SDK_ROOT
:
"
/Users/alypmustaqim/Library/Android/sdk"
before_script
:
-
export PATH="$JAVA_HOME/bin:$ANDROID_HOME/platform-tools:$ANDROID_HOME/emulator:$ANDROID_HOME/cmdline-tools/latest/bin:$PATH"
-
echo "Runner user
:
$(whoami)"
-
echo "Architecture
:
$(uname -m)"
-
echo "Runner user $(whoami)"
-
echo "Architecture $(uname -m)"
-
java -version
-
node --version
-
yarn --version
...
...
@@ -26,10 +26,7 @@ default:
-
yarn.lock
paths
:
-
node_modules/
-
.yarn/cache/
-
android/.gradle/
-
~/.gradle/caches/
-
~/.gradle/wrapper/
install_dependencies
:
stage
:
install
...
...
@@ -55,7 +52,7 @@ test:
-
job
:
install_dependencies
artifacts
:
true
script
:
-
yarn test --watchAll=false
-
yarn test --watchAll=false
--passWithNoTests
allow_failure
:
false
build_android
:
...
...
@@ -73,13 +70,12 @@ build_android:
-
cd android
-
chmod +x gradlew
-
./gradlew --version
-
./gradlew clean assemble
Release
--stacktrace
-
./gradlew clean assemble
Debug
--stacktrace
artifacts
:
name
:
"
android-
release
-$CI_COMMIT_SHORT_SHA"
name
:
"
android-
debug
-$CI_COMMIT_SHORT_SHA"
paths
:
-
android/app/build/outputs/apk/release/*.apk
-
android/app/build/outputs/mapping/release/mapping.txt
-
android/app/build/outputs/apk/debug/*.apk
expire_in
:
7 days
rules
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment