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
f0a2fb48
Commit
f0a2fb48
authored
Sep 03, 2024
by
Vadim Vlasov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appgate_upload fixed
parent
4237dca4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
lib/fastlane/plugin/furylion/actions/appgate_upload.rb
lib/fastlane/plugin/furylion/actions/appgate_upload.rb
+8
-6
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 @
f0a2fb48
...
...
@@ -29,6 +29,8 @@ module Fastlane
UI
.
user_error!
(
"Auth Error, provided invalid token"
)
when
400
...
407
,
409
...
428
,
430
...
499
UI
.
user_error!
(
"Client error:
#{
response
.
status
}
:
#{
response
.
body
}
"
)
else
UI
.
user_error!
(
"Unexpected error:
#{
response
.
status
}
:
#{
response
.
body
}
"
)
end
end
...
...
lib/fastlane/plugin/furylion/version.rb
View file @
f0a2fb48
module
Fastlane
module
Furylion
VERSION
=
"1.1.
6
"
VERSION
=
"1.1.
7
"
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