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
GLPI
java-library-glpi
Commits
e5361ac3
Commit
e5361ac3
authored
Oct 26, 2017
by
Rafa Hernandez
Committed by
Alexander Salas Bastidas
Oct 27, 2017
Browse files
ci(fastlane): add fastlane script
parent
6fcfb2dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci/scripts/ci_fastlane.sh
0 → 100755
View file @
e5361ac3
#!/usr/bin/env bash
# ---------------------------------------------------------------------
#
# LICENSE
#
# This file is part of the GLPI API Client Library for Java,
# a subproject of GLPI. GLPI is a free IT Asset Management.
#
# GLPI is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# GLPI is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# --------------------------------------------------------------------
# @author Rafael Hernandez - <rhernandez@teclib.com>
# @copyright (C) 2017 Teclib' and contributors.
# @license GPLv3 https://www.gnu.org/licenses/gpl-3.0.html
# @link https://github.com/glpi-project/java-library-glpi
# @link http://www.glpi-project.org/
# --------------------------------------------------------------------
#
# send to google play
fastlane android
$1
storepass:
'$KEYSTORE'
keypass:
'$ALIAS'
\ No newline at end of file
Write
Preview
Supports
Markdown
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