Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TouHou.FM
Client
fm.touhou.touhoufm
Commits
40edda9f
Verified
Commit
40edda9f
authored
Sep 14, 2020
by
Daniel Sonck
Browse files
Fix signing config
parent
f8918d8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
40edda9f
...
@@ -11,18 +11,19 @@ stages:
...
@@ -11,18 +11,19 @@ stages:
-
build
-
build
-
deploy
-
deploy
before_script
:
-
cp $APP_RELEASE_GRADLE app/release.gradle
-
cp $LOCAL_PROPERTIES local.properties
-
echo "TouHouFM.signing=$TOUHOUFM_SIGNING" > app/local.properties
build
:
build
:
stage
:
build
stage
:
build
script
:
script
:
-
cp $APP_RELEASE_GRADLE app/release.gradle
-
cp $LOCAL_PROPERTIES local.properties
-
./generate-version.sh
-
./generate-version.sh
-
./gradlew :app:bundle
-
./gradlew :app:bundle
artifacts
:
artifacts
:
paths
:
paths
:
-
app/version.gradle
-
app/version.gradle
-
app/release.gradle
-
local.properties
deploy
:
deploy
:
stage
:
deploy
stage
:
deploy
script
:
script
:
...
...
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