Skip to content
GitLab
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
9d4f989e
Commit
9d4f989e
authored
Jan 30, 2019
by
Gijs Hendriksen
Browse files
Automatically accept android licenses in GitLab runners
parent
14d85e09
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9d4f989e
...
...
@@ -60,6 +60,10 @@ build android:
paths
:
-
$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
script
:
-
echo $SENTRY_PROPS | base64 -d > ./android/sentry.properties
-
echo $PROD_ENV | base64 -d > .env
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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