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
d0784920
Commit
d0784920
authored
Jun 02, 2022
by
a6tak
Browse files
publish plist earlier when ipa
parent
03048c6e
Pipeline
#46759
failed with stage
in 2 minutes and 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.ios.yml
View file @
d0784920
...
...
@@ -235,8 +235,8 @@
-
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
~/manifest.plist
"${PLIST_PATH}"'
-
'
curl
--header
"PRIVATE-TOKEN:
${AUTH_TOKEN}"
--header
"JOB-TOKEN:
$CI_JOB_TOKEN"
--upload-file
${IPA_NAME}
"${IPA_PATH}"'
except
:
-
branches
tags
:
...
...
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