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
thalia
ThaliApp
Commits
5fe2145f
Commit
5fe2145f
authored
Feb 12, 2020
by
Gijs Hendriksen
Browse files
Replace our own React Native build docker image with a community one
parent
6fa6955b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5fe2145f
...
...
@@ -41,8 +41,7 @@ jest:
# - .gradle/caches/
build android
:
allow_failure
:
true
image
:
thalia/android-react-native:latest
image
:
reactnativecommunity/react-native-android:latest
stage
:
build
cache
:
key
:
gradle cache
...
...
@@ -50,9 +49,7 @@ build android:
-
$CI_PROJECT_DIR/.gradle/wrapper/
-
$CI_PROJECT_DIR/.gradle/caches/
before_script
:
-
set +o pipefail
-
yes | /opt/android-sdk-linux/tools/bin/sdkmanager --licenses
-
set -o pipefail
-
echo fs.inotify.max_user_watches=524288 | tee -a /etc/sysctl.conf && sysctl -p
-
yarn install
script
:
-
echo $SENTRY_PROPS | base64 -d > ./android/sentry.properties
...
...
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