Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
scl
boilerplate
mobile-moko-boilerplate
Commits
7820c298
Commit
7820c298
authored
Jun 02, 2022
by
a6tak
Browse files
fix link
parent
e44421ff
Pipeline
#46764
failed with stage
in 2 minutes and 42 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
ios-app/fastlane/Fastfile
View file @
7820c298
...
...
@@ -194,7 +194,7 @@ platform :ios do
export_options:
{
method:
"development"
,
manifest:
{
appURL:
"apps.icerock.dev/
${
CI_PROJECT_ID
}-${
CI_PROJECT_NAME}-ios/
${
BUILD_NUMBER
}/${
CI_PROJECT_NAME
}-${
BUILD_NUMBER}.ipa"
,
appURL:
"apps.icerock.dev/
#{
ENV
[
"
CI_PROJECT_ID
"
]
}
-
#{
ENV
[
"
CI_PROJECT_NAME
"
]
}
-ios/
#{
ENV
[
"
BUILD_NUMBER
"
]
}
/
#{
ENV
[
"
CI_PROJECT_NAME
"
]
}
-
#{
ENV
[
"
BUILD_NUMBER
"
]
}
.ipa"
,
displayImageURL:
"https://imgplaceholder.com/57x57/000/fff/glyphicon-download-alt"
,
fullSizeImageURL:
"https://imgplaceholder.com/512x512/000/fff/glyphicon-download-alt"
}
...
...
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