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
2438a731
Commit
2438a731
authored
Jun 02, 2022
by
a6tak
Browse files
try find plist path
parent
344f4c45
Pipeline
#46748
failed with stage
in 11 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.ios.yml
View file @
2438a731
...
...
@@ -233,9 +233,10 @@
-
cd ./ios-app
-
export BUILD_NUMBER=$(echo $CI_COMMIT_TAG | sed 's/.*\///g')
-
export IPA_PATH=${CI_API_V4_URL}/projects/1335/packages/generic/${CI_PROJECT_ID}-${CI_PROJECT_NAME}-ios/${BUILD_NUMBER}/${CI_PROJECT_NAME}-${BUILD_NUMBER}.ipa
-
export PLIST_PATH=${CI_API_V4_URL}/projects/1335/packages/generic/${CI_PROJECT_ID}-${CI_PROJECT_NAME}-ios/${BUILD_NUMBER}/${CI_PROJECT_NAME}-${BUILD_NUMBER}.plist
-
*deploy_gitlab_plist_script
-
'
curl
--header
"PRIVATE-TOKEN:
${AUTH_TOKEN}"
--header
"JOB-TOKEN:
$CI_JOB_TOKEN"
--upload-file
${IPA_NAME}
"${IPA_PATH}"'
# - 'curl --header "PRIVATE-TOKEN: ${AUTH_TOKEN}" --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file сгенеренный plist
путь для плиста
"'
# - 'curl --header "PRIVATE-TOKEN: ${AUTH_TOKEN}" --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file сгенеренный plist
${PLIST_PATH}
"'
except
:
-
branches
tags
:
...
...
ios-app/fastlane/Fastfile
View file @
2438a731
...
...
@@ -200,6 +200,8 @@ platform :ios do
}
}
})
puts
*
.
plist
ls
end
after_all
do
|
lane
,
options
|
...
...
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