Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
e47abe60
Commit
e47abe60
authored
Apr 19, 2021
by
Arun Babu Neelicattu
Browse files
ci/android: fix stages
parent
ee91e0ac
Pipeline
#3443
failed with stages
in 2 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
android/.gitlab-ci.yml
View file @
e47abe60
...
...
@@ -4,6 +4,7 @@ image: docker.io/inovex/gitlab-ci-android
stages
:
-
build
-
test
-
publish
variables
:
GRADLE_OPTS
:
"
-Dorg.gradle.daemon=false"
...
...
@@ -41,7 +42,7 @@ test:android:aar:
-
build:android:aar
publish:android:aar:
stage
:
test
stage
:
publish
script
:
-
./gradlew publish
needs
:
...
...
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