Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
QuasselDroid-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
QuasselDroid-ng
Commits
47e91feb
Commit
47e91feb
authored
2 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
ci: deploy betas without requiring tags
parent
ed826f5d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2969
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
47e91feb
...
...
@@ -56,7 +56,7 @@ deploy-local:
-
"
s3cmd
put
version.json
s3://releases/quasseldroid-ng/version.json"
-
"
s3cmd
cp
s3://releases/quasseldroid-ng/$VERSION
s3://releases/quasseldroid-ng/Quasseldroid-latest.apk"
rules
:
-
if
:
"
$CI_COMMIT_TAG
&&
$S3_CONFIG
!=
''"
-
if
:
"
$S3_CONFIG
!=
''"
when
:
on_success
deploy-beta
:
...
...
@@ -70,5 +70,5 @@ deploy-beta:
-
"
export
VERSION=$(ls
*.apk)"
-
"
fastlane
supply
--apk
$VERSION
--track
beta
--json_key
$HOME/key.json
--package_name
com.iskrembilen.quasseldroid
--skip_upload_metadata=true
--skip_upload_images=true
--skip_upload_screenshots=true"
rules
:
-
if
:
"
$CI_COMMIT_TAG
&&
$FASTLANE_CONFIG
!=
''"
-
if
:
"
$FASTLANE_CONFIG
!=
''"
when
:
on_success
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment