Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
FuryLion Fastlane plugin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vadim Vlasov
FuryLion Fastlane plugin
Commits
cfcf8c75
Commit
cfcf8c75
authored
Sep 24, 2024
by
Vadim Vlasov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update try_update_cache
parent
5cf6ac72
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
lib/fastlane/plugin/furylion/actions/appgate_upload.rb
lib/fastlane/plugin/furylion/actions/appgate_upload.rb
+3
-1
lib/fastlane/plugin/furylion/actions/try_update_cache.rb
lib/fastlane/plugin/furylion/actions/try_update_cache.rb
+4
-4
lib/fastlane/plugin/furylion/version.rb
lib/fastlane/plugin/furylion/version.rb
+1
-1
No files found.
lib/fastlane/plugin/furylion/actions/appgate_upload.rb
View file @
cfcf8c75
...
@@ -15,6 +15,8 @@ module Fastlane
...
@@ -15,6 +15,8 @@ module Fastlane
faraday
.
request
:multipart
faraday
.
request
:multipart
faraday
.
request
:url_encoded
faraday
.
request
:url_encoded
faraday
.
adapter
Faraday
.
default_adapter
faraday
.
adapter
Faraday
.
default_adapter
faraday
.
options
.
timeout
=
600
faraday
.
options
.
open_timeout
=
10
end
end
payload
=
{
payload
=
{
...
@@ -56,7 +58,7 @@ module Fastlane
...
@@ -56,7 +58,7 @@ module Fastlane
default_value:
""
),
default_value:
""
),
FastlaneCore
::
ConfigItem
.
new
(
key: :file_path
,
FastlaneCore
::
ConfigItem
.
new
(
key: :file_path
,
env_name:
"APPGATE_FILE_PATH"
,
env_name:
"APPGATE_FILE_PATH"
,
description:
"Path to your build file"
,
description:
"Path to your build file
(APK or AAB)
"
,
verify_block:
proc
do
|
value
|
verify_block:
proc
do
|
value
|
UI
.
user_error!
(
"Could not find file at path '
#{
value
}
'"
)
unless
File
.
exist?
(
value
)
UI
.
user_error!
(
"Could not find file at path '
#{
value
}
'"
)
unless
File
.
exist?
(
value
)
end
),
end
),
...
...
lib/fastlane/plugin/furylion/actions/try_update_cache.rb
View file @
cfcf8c75
...
@@ -2,10 +2,10 @@ module Fastlane
...
@@ -2,10 +2,10 @@ module Fastlane
module
Actions
module
Actions
class
TryUpdateCacheAction
<
Action
class
TryUpdateCacheAction
<
Action
def
self
.
run
(
params
)
def
self
.
run
(
params
)
if
params
[
:ignore_cache
]
#
if params[:ignore_cache]
UI
.
message
(
"Skipping cache restoration."
)
#
UI.message("Skipping cache restoration.")
return
#
return
end
#
end
branch
=
ENV
[
'CI_COMMIT_BRANCH'
]
branch
=
ENV
[
'CI_COMMIT_BRANCH'
]
allowed_update_branches
=
params
[
:allowed_update_branches
]
allowed_update_branches
=
params
[
:allowed_update_branches
]
...
...
lib/fastlane/plugin/furylion/version.rb
View file @
cfcf8c75
module
Fastlane
module
Fastlane
module
Furylion
module
Furylion
VERSION
=
"1.2.
0
"
VERSION
=
"1.2.
1
"
end
end
end
end
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